n

netty

The Netty project is an effort to provide an asynchronous / event-driven network application framework for rapid development of high-performance / high-scalability protocol servers and clients, including its related out-of-the-box protocol extensions and tool suite.
http://www.jboss.org/netty/
GNU Lesser General Public License
JBoss - a division of Red Hat
文件下载
文件名 操作
netty-3.0.0.CR2.jar 下载
netty-3.0.0.CR2.pom 下载
netty-3.0.0.CR2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jboss.netty</groupId>
  <artifactId>netty</artifactId>
  <version>3.0.0.CR2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.netty:netty:3.0.0.CR2'
Gradle Kotlin
implementation("org.jboss.netty:netty:3.0.0.CR2")
Scala SBT
libraryDependencies += "org.jboss.netty" % "netty" % "3.0.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.netty', module='netty', version='3.0.0.CR2')
)
Apache Ivy
<dependency org="org.jboss.netty" name="netty" rev="3.0.0.CR2" />
Leiningen
[org.jboss.netty/netty "3.0.0.CR2"]
Apache Buildr
'org.jboss.netty:netty:jar:3.0.0.CR2'