Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.
/ NetSys Public archive

Network communication system written in Java using Redis

License

Notifications You must be signed in to change notification settings

JossArchived/NetSys

Repository files navigation

Network communication system written in Java using Redis

Add NetSys to your project

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'
}	

License

NetSys is licensed under the permissive GNU GENERAL PUBLIC LICENSE Version 3. Please see LICENSE for more information.