is not current version
Last Version 1.0.4

io.github.tiger822.netty:easynetty 1.0.3

a java project for easy to apply java netty framework.

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.github.tiger822.netty
ArtifactId

ArtifactId

easynetty
Version

Version

1.0.3
Type

Type

jar

Download easynetty 1.0.3


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