Skip to content

Commit 0c250b6

Browse files
committed
2 parents 77f331e + 799d753 commit 0c250b6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,24 @@ To use nexo-net in your project, add it as a dependency in your `pom.xml`:
1616
```xml
1717
<repositories>
1818
<repository>
19-
<id>jitpack.io</id>
20-
<url>https://jitpack.io</url>
19+
<id>eztxm-repo</id>
20+
<url>https://repo.eztxm.de/maven/</url>
2121
</repository>
2222
</repositories>
2323
```
2424

2525
```xml
2626
<dependency>
27-
<groupId>com.github.Nexoscript</groupId>
28-
<artifactId>nexo-net</artifactId>
29-
<version>VERSION</version>
27+
<groupId>com.nexoscript</groupId>
28+
<artifactId>nexo-net-client</artifactId>
29+
<version>0.1.0</version>
30+
</dependency>
31+
```
32+
```xml
33+
<dependency>
34+
<groupId>com.nexoscript</groupId>
35+
<artifactId>nexo-net-server</artifactId>
36+
<version>0.1.0</version>
3037
</dependency>
3138
```
3239

0 commit comments

Comments
 (0)