License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface Netty Networking |
GroupId | GroupIdcom.github.cloudbow |
ArtifactId | ArtifactIdnetty-http-client |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty Http Client
This project aims at making a simple http client but yet high performing over nio with the help of netty
|
Project URL |
Project URL |
Filename | Size |
---|---|
netty-http-client-0.0.3.pom | |
netty-http-client-0.0.3.jar | 50 KB |
netty-http-client-0.0.3-sources.jar | 28 KB |
netty-http-client-0.0.3-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudbow/netty-http-client/ -->
<dependency>
<groupId>com.github.cloudbow</groupId>
<artifactId>netty-http-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudbow/netty-http-client/
implementation 'com.github.cloudbow:netty-http-client:0.0.3'
// https://jarcasting.com/artifacts/com.github.cloudbow/netty-http-client/
implementation ("com.github.cloudbow:netty-http-client:0.0.3")
'com.github.cloudbow:netty-http-client:jar:0.0.3'
<dependency org="com.github.cloudbow" name="netty-http-client" rev="0.0.3">
<artifact name="netty-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudbow', module='netty-http-client', version='0.0.3')
)
libraryDependencies += "com.github.cloudbow" % "netty-http-client" % "0.0.3"
[com.github.cloudbow/netty-http-client "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.0.Beta1 |
log4j : log4j | jar | 1.2.17 |
log4j : apache-log4j-extras | jar | 1.1 |