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