Skip to content

Commit 6aa1079

Browse files
authored
Create README.md
1 parent 824d412 commit 6aa1079

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

profile/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# JavaWebStack
2+
JavaWebStack is a collection of libraries which improve your live in Web-Development. It's really easy to use and reduce unnecessarily written code.
3+
4+
### Our most important Libraries:
5+
- [orm](https://github.com/JavaWebStack/orm)
6+
- [http-server](https://github.com/JavaWebStack/orm)
7+
- [http-client](https://github.com/JavaWebStack/http-client)
8+
Or use our [web-framework](https://github.com/JavaWebStack/web-framework) which combines all of our libraries to a simple framework.
9+
10+
### Using it on maven
11+
```xml
12+
<dependency>
13+
<groupId>org.javawebstack</groupId>
14+
<artifactId>{Library Name}</artifactId>
15+
<version>{Library Version}</version>
16+
</dependency>
17+
```

0 commit comments

Comments
 (0)