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