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