Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.github.tiger822.netty |
ArtifactId | ArtifactIdeasynetty |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
easynetty-1.0.3.pom | |
easynetty-1.0.3.jar | 85 KB |
easynetty-1.0.3-sources.jar | 37 KB |
easynetty-1.0.3-javadoc.jar | 787 KB |
Browse |
<!-- 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"]