is not current version
Last Version 0.091

io.github.fzdwx:netty 0.10.1

a netty based toolkit.

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.github.fzdwx
ArtifactId

ArtifactId

netty
Version

Version

0.10.1
Type

Type

pom

Download netty 0.10.1

Filename Size
netty-0.10.1.pom 7 KB
Browse

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