License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface Netty Networking |
GroupId | GroupIdcom.github.jalasoft |
ArtifactId | ArtifactIdNettyHttpClient |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn implementation of HttpClient API that takes advantage of the Netty framework.
|
Filename | Size |
---|---|
NettyHttpClient-1.0.5.pom | |
NettyHttpClient-1.0.5.jar | 10 KB |
NettyHttpClient-1.0.5-sources.jar | 4 KB |
NettyHttpClient-1.0.5-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jalasoft/NettyHttpClient/ -->
<dependency>
<groupId>com.github.jalasoft</groupId>
<artifactId>NettyHttpClient</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jalasoft/NettyHttpClient/
implementation 'com.github.jalasoft:NettyHttpClient:1.0.5'
// https://jarcasting.com/artifacts/com.github.jalasoft/NettyHttpClient/
implementation ("com.github.jalasoft:NettyHttpClient:1.0.5")
'com.github.jalasoft:NettyHttpClient:jar:1.0.5'
<dependency org="com.github.jalasoft" name="NettyHttpClient" rev="1.0.5">
<artifact name="NettyHttpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jalasoft', module='NettyHttpClient', version='1.0.5')
)
libraryDependencies += "com.github.jalasoft" % "NettyHttpClient" % "1.0.5"
[com.github.jalasoft/NettyHttpClient "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jalasoft : HttpClient | jar | 1.0.5 |
io.netty : netty-all | jar | 5.0.0.Alpha1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |