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