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