Group Id io.netty
Artifact Id netty-testsuite
Version 4.1.0.Beta8
Packaging jar
URL -
Badge
Last Updated 2015-11-10T14:28:38+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-testsuite</artifactId>
    <version>4.1.0.Beta8</version>
</dependency>
implementation group: 'io.netty', name: 'netty-testsuite', version: '4.1.0.Beta8'
implementation 'io.netty:netty-testsuite:4.1.0.Beta8'
implementation("io.netty:netty-testsuite:4.1.0.Beta8")
libraryDependencies += "io.netty" % "netty-testsuite" % "4.1.0.Beta8"
<dependency org="io.netty" name="netty-testsuite" rev="4.1.0.Beta8"/>
@Grapes(
    @Grab(group='io.netty', module='netty-testsuite', version='4.1.0.Beta8')
)
[io.netty/netty-testsuite "4.1.0.Beta8"]
'io.netty:netty-testsuite:4.1.0.Beta8'