n

netty

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