Files download
File Operation
io-netty-tcp-1.0.0.jar download
io-netty-tcp-1.0.0.pom download
io-netty-tcp-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yafeiwang1240</groupId>
  <artifactId>io-netty-tcp</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.yafeiwang1240:io-netty-tcp:1.0.0'
Gradle Kotlin
implementation("com.github.yafeiwang1240:io-netty-tcp:1.0.0")
Scala SBT
libraryDependencies += "com.github.yafeiwang1240" % "io-netty-tcp" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yafeiwang1240', module='io-netty-tcp', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.yafeiwang1240" name="io-netty-tcp" rev="1.0.0" />
Leiningen
[com.github.yafeiwang1240/io-netty-tcp "1.0.0"]
Apache Buildr
'com.github.yafeiwang1240:io-netty-tcp:jar:1.0.0'