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