Group Id io.netty
Artifact Id netty
Version 3.4.0.Beta1
Packaging jar
URL -
Badge
Last Updated 2012-04-04T10:43:18+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty</artifactId>
    <version>3.4.0.Beta1</version>
</dependency>
implementation group: 'io.netty', name: 'netty', version: '3.4.0.Beta1'
implementation 'io.netty:netty:3.4.0.Beta1'
implementation("io.netty:netty:3.4.0.Beta1")
libraryDependencies += "io.netty" % "netty" % "3.4.0.Beta1"
<dependency org="io.netty" name="netty" rev="3.4.0.Beta1"/>
@Grapes(
    @Grab(group='io.netty', module='netty', version='3.4.0.Beta1')
)
[io.netty/netty "3.4.0.Beta1"]
'io.netty:netty:3.4.0.Beta1'