We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296d510 commit 0c4aa9aCopy full SHA for 0c4aa9a
README.md
@@ -4,7 +4,10 @@
4
5
This is a networking library written in java which helps creating tcp servers faster
6
7
-## Gradle Dependency
+## Dependency
8
+
9
+### Gradle
10
11
Add JitPack repository to root `build.gradle`
12
```Gradle
13
allprojects {
@@ -20,6 +23,25 @@ dependencies {
20
23
}
21
24
```
22
25
26
+### Maven
27
28
+```xml
29
+<repositories>
30
+ <repository>
31
+ <id>jitpack.io</id>
32
+ <url>https://jitpack.io</url>
33
+ </repository>
34
+</repositories>
35
+```
36
37
38
+<dependency>
39
+ <groupId>com.github.Karan-Gandhi</groupId>
40
+ <artifactId>Java-Networking-Library</artifactId>
41
+ <version>v1.0.0</version>
42
+</dependency>
43
44
45
## Documentation
46
47
## Usage
0 commit comments