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