- Networking is a networking library that's making use of the java Serializable for sending compact packages
- Gradle
- add
maven { url 'https://jitpack.io' }
to yourrepositories
block inbuild.gradle
- add
implementation 'com.github.zaze06:networking:<leatest verion>'
to yourdependencies
inbuild.gradle
- reload gradle
- add
- Maven
- add
<repository><id>jitpack.io</id><url>https://jitpack.io</url></repository>
to yourrepositories
block inbuild.pom
- add
<dependency><groupId>com.github.zaze06</groupId><artifactId>networking</artifactId><version>Tag</version></dependency>
to yourbuild.pom
- reload maven
- add
- If your build system or this dodent work follow the instructions on jitpack