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