Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.apptik.comm |
ArtifactId | ArtifactIdjus-netty |
Version | Version0.6.8 |
Type | Typejar |
Filename | Size |
---|---|
jus-netty-0.6.8.pom | |
jus-netty-0.6.8.jar | 8 KB |
jus-netty-0.6.8-sources.jar | 5 KB |
jus-netty-0.6.8-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apptik.comm/jus-netty/ -->
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-netty</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.apptik.comm/jus-netty/
implementation 'io.apptik.comm:jus-netty:0.6.8'
// https://jarcasting.com/artifacts/io.apptik.comm/jus-netty/
implementation ("io.apptik.comm:jus-netty:0.6.8")
'io.apptik.comm:jus-netty:jar:0.6.8'
<dependency org="io.apptik.comm" name="jus-netty" rev="0.6.8">
<artifact name="jus-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apptik.comm', module='jus-netty', version='0.6.8')
)
libraryDependencies += "io.apptik.comm" % "jus-netty" % "0.6.8"
[io.apptik.comm/jus-netty "0.6.8"]