Network communication system written in Java using Redis
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.TheBladeMC.NetSys</groupId>
<artifactId>subproject</artifactId>
<version>Tag</version>
</dependency>
</dependencies>
Gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.TheBladeMC.NetSys:subproject:Tag'
}
NetSys is licensed under the permissive GNU GENERAL PUBLIC LICENSE Version 3. Please see LICENSE
for more information.