n

netty5-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
netty5-parent-5.0.0.Alpha5.pom download
Apache Maven
<dependency>
  <groupId>io.netty</groupId>
  <artifactId>netty5-parent</artifactId>
  <version>5.0.0.Alpha5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.netty:netty5-parent:5.0.0.Alpha5'
Gradle Kotlin
implementation("io.netty:netty5-parent:5.0.0.Alpha5")
Scala SBT
libraryDependencies += "io.netty" % "netty5-parent" % "5.0.0.Alpha5"
Groovy Grape
@Grapes(
  @Grab(group='io.netty', module='netty5-parent', version='5.0.0.Alpha5')
)
Apache Ivy
<dependency org="io.netty" name="netty5-parent" rev="5.0.0.Alpha5" />
Leiningen
[io.netty/netty5-parent "5.0.0.Alpha5"]
Apache Buildr
'io.netty:netty5-parent:jar:5.0.0.Alpha5'