| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface Netty Networking |
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdnetty-http-client |
| Last Version | Last Version2.8.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNetty Http Client
An asynchronous HTTP client library based on Netty 4.x
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| netty-http-client-2.8.3.pom | |
| netty-http-client-2.8.3.jar | 93 KB |
| netty-http-client-2.8.3-sources.jar | 53 KB |
| netty-http-client-2.8.3-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-client/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-http-client</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client/
implementation 'com.mastfrog:netty-http-client:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client/
implementation ("com.mastfrog:netty-http-client:2.8.3")
'com.mastfrog:netty-http-client:jar:2.8.3'
<dependency org="com.mastfrog" name="netty-http-client" rev="2.8.3">
<artifact name="netty-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-client', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "netty-http-client" % "2.8.3"
[com.mastfrog/netty-http-client "2.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-buffer | jar | 4.1.78.Final |
| io.netty : netty-handler | jar | 4.1.78.Final |
| io.netty : netty-codec-http | jar | 4.1.78.Final |
| com.mastfrog : acteur-util | jar | 2.8.3 |
| com.mastfrog : marshaller-registry | jar | 2.8.3 |
| com.mastfrog : url | jar | 2.8.3 |
| com.mastfrog : acteur-headers | jar | 2.8.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
| org.javassist : javassist | jar | 3.29.0-GA |
| com.jcraft : jzlib | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| com.mastfrog : tiny-http-server | jar | 2.8.3 |
| com.mastfrog : util-net | jar | 2.8.3 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.70 |