Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty5-dev-tools |
Last Version | Last Version5.0.0.Alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty5/Dev-Tools
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
netty5-dev-tools-5.0.0.Alpha2.pom | |
netty5-dev-tools-5.0.0.Alpha2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.netty/netty5-dev-tools/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty5-dev-tools</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty5-dev-tools/
implementation 'io.netty:netty5-dev-tools:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty5-dev-tools/
implementation ("io.netty:netty5-dev-tools:5.0.0.Alpha2")
'io.netty:netty5-dev-tools:jar:5.0.0.Alpha2'
<dependency org="io.netty" name="netty5-dev-tools" rev="5.0.0.Alpha2">
<artifact name="netty5-dev-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty5-dev-tools', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty5-dev-tools" % "5.0.0.Alpha2"
[io.netty/netty5-dev-tools "5.0.0.Alpha2"]