n

netty-parent

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
https://netty.io/
Apache License, Version 2.0
The Netty Project
The Netty Project Contributors
Files download
File Operation
netty-parent-4.1.89.Final.pom download
Apache Maven
<dependency>
  <groupId>io.netty</groupId>
  <artifactId>netty-parent</artifactId>
  <version>4.1.89.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.netty:netty-parent:4.1.89.Final'
Gradle Kotlin
implementation("io.netty:netty-parent:4.1.89.Final")
Scala SBT
libraryDependencies += "io.netty" % "netty-parent" % "4.1.89.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.netty', module='netty-parent', version='4.1.89.Final')
)
Apache Ivy
<dependency org="io.netty" name="netty-parent" rev="4.1.89.Final" />
Leiningen
[io.netty/netty-parent "4.1.89.Final"]
Apache Buildr
'io.netty:netty-parent:jar:4.1.89.Final'