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