Group Id io.netty
Artifact Id netty-all
Version 4.0.45.Final
Packaging jar
URL -
Badge
Last Updated 2017-03-10T01:27:53+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-all</artifactId>
    <version>4.0.45.Final</version>
</dependency>
implementation group: 'io.netty', name: 'netty-all', version: '4.0.45.Final'
implementation 'io.netty:netty-all:4.0.45.Final'
implementation("io.netty:netty-all:4.0.45.Final")
libraryDependencies += "io.netty" % "netty-all" % "4.0.45.Final"
<dependency org="io.netty" name="netty-all" rev="4.0.45.Final"/>
@Grapes(
    @Grab(group='io.netty', module='netty-all', version='4.0.45.Final')
)
[io.netty/netty-all "4.0.45.Final"]
'io.netty:netty-all:4.0.45.Final'