Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty-example |
Version | Version4.1.24.Final |
Type | Typejar |
Filename | Size |
---|---|
netty-example-4.1.24.Final.pom | |
netty-example-4.1.24.Final.jar | 546 KB |
netty-example-4.1.24.Final-sources.jar | 398 KB |
netty-example-4.1.24.Final-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.netty/netty-example/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-example</artifactId>
<version>4.1.24.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-example/
implementation 'io.netty:netty-example:4.1.24.Final'
// https://jarcasting.com/artifacts/io.netty/netty-example/
implementation ("io.netty:netty-example:4.1.24.Final")
'io.netty:netty-example:jar:4.1.24.Final'
<dependency org="io.netty" name="netty-example" rev="4.1.24.Final">
<artifact name="netty-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-example', version='4.1.24.Final')
)
libraryDependencies += "io.netty" % "netty-example" % "4.1.24.Final"
[io.netty/netty-example "4.1.24.Final"]