Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty-dev-tools |
Last Version | Last Version4.1.78.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty/Dev-Tools
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
netty-dev-tools-4.1.78.Final.pom | |
netty-dev-tools-4.1.78.Final.jar | 2 KB |
netty-dev-tools-4.1.78.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.1.78.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-dev-tools/
implementation 'io.netty:netty-dev-tools:4.1.78.Final'
// https://jarcasting.com/artifacts/io.netty/netty-dev-tools/
implementation ("io.netty:netty-dev-tools:4.1.78.Final")
'io.netty:netty-dev-tools:jar:4.1.78.Final'
<dependency org="io.netty" name="netty-dev-tools" rev="4.1.78.Final">
<artifact name="netty-dev-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-dev-tools', version='4.1.78.Final')
)
libraryDependencies += "io.netty" % "netty-dev-tools" % "4.1.78.Final"
[io.netty/netty-dev-tools "4.1.78.Final"]