| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.esastack |
| ArtifactId | ArtifactIdhttpclient-core |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHttpClient :: Core
ESA RestClient is an asynchronous event-driven http client based on netty.
|
| Filename | Size |
|---|---|
| httpclient-core-1.0.2.pom | |
| httpclient-core-1.0.2.jar | 1 MB |
| httpclient-core-1.0.2-sources.jar | 313 KB |
| httpclient-core-1.0.2-javadoc.jar | 637 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/httpclient-core/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>httpclient-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/httpclient-core/
implementation 'io.esastack:httpclient-core:1.0.2'
// https://jarcasting.com/artifacts/io.esastack/httpclient-core/
implementation ("io.esastack:httpclient-core:1.0.2")
'io.esastack:httpclient-core:jar:1.0.2'
<dependency org="io.esastack" name="httpclient-core" rev="1.0.2">
<artifact name="httpclient-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='httpclient-core', version='1.0.2')
)
libraryDependencies += "io.esastack" % "httpclient-core" % "1.0.2"
[io.esastack/httpclient-core "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.esastack : commons | jar | 0.2.0 |
| io.esastack : commons-http | jar | 0.2.0 |
| io.esastack : commons-netty-http | jar | 0.2.0 |
| io.esastack : commons-netty-core | jar | 0.2.0 |
| io.esastack : commons-net-netty | jar | 0.0.1 |
| io.netty : netty-common | jar | 4.1.52.Final |
| io.netty : netty-buffer | jar | 4.1.52.Final |
| io.netty : netty-handler | jar | 4.1.52.Final |
| io.netty : netty-codec | jar | 4.1.52.Final |
| io.netty : netty-codec-http | jar | 4.1.52.Final |
| io.netty : netty-codec-http2 | jar | 4.1.52.Final |
| io.netty : netty-transport | jar | 4.1.52.Final |
| io.netty : netty-transport-native-epoll | jar | 4.1.52.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-tcnative-boringssl-static | jar | 2.0.34.Final |
| com.jcraft : jzlib | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
| org.mockito : mockito-core | jar | 3.6.0 |
| org.assertj : assertj-core | jar | 3.9.1 |
| org.mock-server : mockserver-netty | jar | 5.11.2 |