Group Id io.netty
Artifact Id netty-example
Version 4.0.0.Beta1
Packaging jar
URL -
Badge
Last Updated 2013-02-14T13:03:37+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.0.Beta1</version>
</dependency>
implementation group: 'io.netty', name: 'netty-example', version: '4.0.0.Beta1'
implementation 'io.netty:netty-example:4.0.0.Beta1'
implementation("io.netty:netty-example:4.0.0.Beta1")
libraryDependencies += "io.netty" % "netty-example" % "4.0.0.Beta1"
<dependency org="io.netty" name="netty-example" rev="4.0.0.Beta1"/>
@Grapes(
    @Grab(group='io.netty', module='netty-example', version='4.0.0.Beta1')
)
[io.netty/netty-example "4.0.0.Beta1"]
'io.netty:netty-example:4.0.0.Beta1'