is not current version
Last Version 30

io.netty:netty-build 27

Resources required to build Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-build
Version

Version

27
Type

Type

pom

Download netty-build 27

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

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