Group Id io.netty
Artifact Id netty-parent
Version 4.1.0.CR4
Packaging jar
URL -
Badge
Last Updated 2016-03-21T02:56:11+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-parent</artifactId>
    <version>4.1.0.CR4</version>
</dependency>
implementation group: 'io.netty', name: 'netty-parent', version: '4.1.0.CR4'
implementation 'io.netty:netty-parent:4.1.0.CR4'
implementation("io.netty:netty-parent:4.1.0.CR4")
libraryDependencies += "io.netty" % "netty-parent" % "4.1.0.CR4"
<dependency org="io.netty" name="netty-parent" rev="4.1.0.CR4"/>
@Grapes(
    @Grab(group='io.netty', module='netty-parent', version='4.1.0.CR4')
)
[io.netty/netty-parent "4.1.0.CR4"]
'io.netty:netty-parent:4.1.0.CR4'