m

module-network-netty

Module containing the Netty implementation for network.
https://github.com/yildiz-online/module-network-netty
Files download
File Operation
module-network-netty-2.0.16.jar download
module-network-netty-2.0.16.pom download
module-network-netty-2.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>module-network-netty</artifactId>
  <version>2.0.16</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:module-network-netty:2.0.16'
Gradle Kotlin
implementation("be.yildiz-games:module-network-netty:2.0.16")
Scala SBT
libraryDependencies += "be.yildiz-games" % "module-network-netty" % "2.0.16"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='module-network-netty', version='2.0.16')
)
Apache Ivy
<dependency org="be.yildiz-games" name="module-network-netty" rev="2.0.16" />
Leiningen
[be.yildiz-games/module-network-netty "2.0.16"]
Apache Buildr
'be.yildiz-games:module-network-netty:jar:2.0.16'