is not current version
Last Version 30

io.netty:netty-build 28

Resources required to build Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-build
Version

Version

28
Type

Type

pom

Download netty-build 28

Filename Size
netty-build-28.pom 4 KB
Browse

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