is not current version
Last Version 5.0.0.Alpha2

io.netty:netty-common 4.1.4.Final


Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-common
Version

Version

4.1.4.Final
Type

Type

jar

Download netty-common 4.1.4.Final


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