is not current version
Last Version 30

io.netty:netty-build-common 28


Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-build-common
Version

Version

28
Type

Type

jar

Download netty-build-common 28


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