m

module-network-netty

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