File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments