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