is not current version
Last Version 30

io.netty:netty-build 1

Resources required to build Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-build
Version

Version

1
Type

Type

jar

Download netty-build 1


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