is not current version
Last Version 4.1.78.Final

io.netty:netty-dev-tools 4.1.50.Final


Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-dev-tools
Version

Version

4.1.50.Final
Type

Type

jar

Download netty-dev-tools 4.1.50.Final


<!-- https://jarcasting.com/artifacts/io.netty/netty-dev-tools/ -->
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-dev-tools</artifactId>
    <version>4.1.50.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-dev-tools/
implementation 'io.netty:netty-dev-tools:4.1.50.Final'
// https://jarcasting.com/artifacts/io.netty/netty-dev-tools/
implementation ("io.netty:netty-dev-tools:4.1.50.Final")
'io.netty:netty-dev-tools:jar:4.1.50.Final'
<dependency org="io.netty" name="netty-dev-tools" rev="4.1.50.Final">
  <artifact name="netty-dev-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-dev-tools', version='4.1.50.Final')
)
libraryDependencies += "io.netty" % "netty-dev-tools" % "4.1.50.Final"
[io.netty/netty-dev-tools "4.1.50.Final"]