m

module-network-netty

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