is not current version
Last Version 1.0.4

io.github.tiger822.netty:easynetty 1.0.1

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.1
Type

Type

jar

Download easynetty 1.0.1


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