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