Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty-transport |
Version | Version1.1.4.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-transport/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-transport</artifactId>
<version>1.1.4.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-transport/
implementation 'com.github.fmjsjx:libnetty-transport:1.1.4.Final'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-transport/
implementation ("com.github.fmjsjx:libnetty-transport:1.1.4.Final")
'com.github.fmjsjx:libnetty-transport:jar:1.1.4.Final'
<dependency org="com.github.fmjsjx" name="libnetty-transport" rev="1.1.4.Final">
<artifact name="libnetty-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-transport', version='1.1.4.Final')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-transport" % "1.1.4.Final"
[com.github.fmjsjx/libnetty-transport "1.1.4.Final"]