n

network

A network library to handle RakNet packets.
https://shiruka.github.io/
MIT License
Hasan Demirtaş
Files download
File Operation
network-3.0.6.jar download
network-3.0.6.pom download
network-3.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shiruka</groupId>
  <artifactId>network</artifactId>
  <version>3.0.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.shiruka:network:3.0.6'
Gradle Kotlin
implementation("io.github.shiruka:network:3.0.6")
Scala SBT
libraryDependencies += "io.github.shiruka" % "network" % "3.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shiruka', module='network', version='3.0.6')
)
Apache Ivy
<dependency org="io.github.shiruka" name="network" rev="3.0.6" />
Leiningen
[io.github.shiruka/network "3.0.6"]
Apache Buildr
'io.github.shiruka:network:jar:3.0.6'