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