Group Id io.netty
Artifact Id netty-all
Version 5.0.0.Alpha1
Packaging jar
URL -
Badge
Last Updated 2013-12-22T05:47:48+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>5.0.0.Alpha1</version>
</dependency>
implementation group: 'io.netty', name: 'netty-all', version: '5.0.0.Alpha1'
implementation 'io.netty:netty-all:5.0.0.Alpha1'
implementation("io.netty:netty-all:5.0.0.Alpha1")
libraryDependencies += "io.netty" % "netty-all" % "5.0.0.Alpha1"
<dependency org="io.netty" name="netty-all" rev="5.0.0.Alpha1"/>
@Grapes(
    @Grab(group='io.netty', module='netty-all', version='5.0.0.Alpha1')
)
[io.netty/netty-all "5.0.0.Alpha1"]
'io.netty:netty-all:5.0.0.Alpha1'