Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.netty |
ArtifactId | ArtifactIdnetty-transport-rxtx |
Version | Version4.0.13.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.netty/netty-transport-rxtx/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-rxtx</artifactId>
<version>4.0.13.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-transport-rxtx/
implementation 'io.netty:netty-transport-rxtx:4.0.13.Final'
// https://jarcasting.com/artifacts/io.netty/netty-transport-rxtx/
implementation ("io.netty:netty-transport-rxtx:4.0.13.Final")
'io.netty:netty-transport-rxtx:jar:4.0.13.Final'
<dependency org="io.netty" name="netty-transport-rxtx" rev="4.0.13.Final">
<artifact name="netty-transport-rxtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-transport-rxtx', version='4.0.13.Final')
)
libraryDependencies += "io.netty" % "netty-transport-rxtx" % "4.0.13.Final"
[io.netty/netty-transport-rxtx "4.0.13.Final"]