Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.github.vipcxj |
ArtifactId | ArtifactIdeasy-netty |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
easy-netty-0.0.8.pom | |
easy-netty-0.0.8.jar | 59 KB |
easy-netty-0.0.8-sources.jar | 27 KB |
easy-netty-0.0.8-javadoc.jar | 605 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vipcxj/easy-netty/ -->
<dependency>
<groupId>io.github.vipcxj</groupId>
<artifactId>easy-netty</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vipcxj/easy-netty/
implementation 'io.github.vipcxj:easy-netty:0.0.8'
// https://jarcasting.com/artifacts/io.github.vipcxj/easy-netty/
implementation ("io.github.vipcxj:easy-netty:0.0.8")
'io.github.vipcxj:easy-netty:jar:0.0.8'
<dependency org="io.github.vipcxj" name="easy-netty" rev="0.0.8">
<artifact name="easy-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vipcxj', module='easy-netty', version='0.0.8')
)
libraryDependencies += "io.github.vipcxj" % "easy-netty" % "0.0.8"
[io.github.vipcxj/easy-netty "0.0.8"]