We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824d412 commit 6aa1079Copy full SHA for 6aa1079
1 file changed
profile/README.md
@@ -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