Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty |
Version | Version1.1.1.Final |
Type | Typepom |
Filename | Size |
---|---|
libnetty-1.1.1.Final.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty</artifactId>
<version>1.1.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty/
implementation 'com.github.fmjsjx:libnetty:1.1.1.Final'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty/
implementation ("com.github.fmjsjx:libnetty:1.1.1.Final")
'com.github.fmjsjx:libnetty:pom:1.1.1.Final'
<dependency org="com.github.fmjsjx" name="libnetty" rev="1.1.1.Final">
<artifact name="libnetty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty', version='1.1.1.Final')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty" % "1.1.1.Final"
[com.github.fmjsjx/libnetty "1.1.1.Final"]