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