Group Id io.netty
Artifact Id netty-dev-tools
Version 4.1.79.Final
Packaging jar
URL -
Badge
Last Updated 2022-07-11T12:56:25+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-dev-tools</artifactId>
    <version>4.1.79.Final</version>
</dependency>
implementation group: 'io.netty', name: 'netty-dev-tools', version: '4.1.79.Final'
implementation 'io.netty:netty-dev-tools:4.1.79.Final'
implementation("io.netty:netty-dev-tools:4.1.79.Final")
libraryDependencies += "io.netty" % "netty-dev-tools" % "4.1.79.Final"
<dependency org="io.netty" name="netty-dev-tools" rev="4.1.79.Final"/>
@Grapes(
    @Grab(group='io.netty', module='netty-dev-tools', version='4.1.79.Final')
)
[io.netty/netty-dev-tools "4.1.79.Final"]
'io.netty:netty-dev-tools:4.1.79.Final'