Group Id io.netty
Artifact Id netty-all
Version 4.0.0.CR6
Packaging jar
URL -
Badge
Last Updated 2013-06-20T16:21:34+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.0.CR6</version>
</dependency>
implementation group: 'io.netty', name: 'netty-all', version: '4.0.0.CR6'
implementation 'io.netty:netty-all:4.0.0.CR6'
implementation("io.netty:netty-all:4.0.0.CR6")
libraryDependencies += "io.netty" % "netty-all" % "4.0.0.CR6"
<dependency org="io.netty" name="netty-all" rev="4.0.0.CR6"/>
@Grapes(
    @Grab(group='io.netty', module='netty-all', version='4.0.0.CR6')
)
[io.netty/netty-all "4.0.0.CR6"]
'io.netty:netty-all:4.0.0.CR6'