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