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