Group Id io.netty
Artifact Id netty-all
Version 4.1.0.CR6
Packaging jar
URL -
Badge
Last Updated 2016-04-01T21:33:21+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.1.0.CR6</version>
</dependency>
implementation group: 'io.netty', name: 'netty-all', version: '4.1.0.CR6'
implementation 'io.netty:netty-all:4.1.0.CR6'
implementation("io.netty:netty-all:4.1.0.CR6")
libraryDependencies += "io.netty" % "netty-all" % "4.1.0.CR6"
<dependency org="io.netty" name="netty-all" rev="4.1.0.CR6"/>
@Grapes(
    @Grab(group='io.netty', module='netty-all', version='4.1.0.CR6')
)
[io.netty/netty-all "4.1.0.CR6"]
'io.netty:netty-all:4.1.0.CR6'