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