Skip to content

Commit 0c4aa9a

Browse files
authored
Update README.md
1 parent 296d510 commit 0c4aa9a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
This is a networking library written in java which helps creating tcp servers faster
66

7-
## Gradle Dependency
7+
## Dependency
8+
9+
### Gradle
10+
811
Add JitPack repository to root `build.gradle`
912
```Gradle
1013
allprojects {
@@ -20,6 +23,25 @@ dependencies {
2023
}
2124
```
2225

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+
2345
## Documentation
2446

2547
## Usage

0 commit comments

Comments
 (0)