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