Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

JossArchived/NetSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Network communication system written in Java using Redis

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages