Skip to content

zaze06/networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networking

  • Networking is a networking library that's making use of the java Serializable for sending compact packages

installation guid

  • Gradle
    1. add maven { url 'https://jitpack.io' } to your repositories block in build.gradle
    2. add implementation 'com.github.zaze06:networking:<leatest verion>' to your dependencies in build.gradle
    3. reload gradle
  • Maven
    1. add <repository><id>jitpack.io</id><url>https://jitpack.io</url></repository> to your repositories block in build.pom
    2. add <dependency><groupId>com.github.zaze06</groupId><artifactId>networking</artifactId><version>Tag</version></dependency> to your build.pom
    3. reload maven
  • If your build system or this dodent work follow the instructions on jitpack

Javadoc can be found at hear or in docs folder

Latest javadoc can be found at latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages