| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.esastack |
| ArtifactId | ArtifactIdhttpclient-core |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
DescriptionHttpClient :: Core
ESA HttpClient is an asynchronous event-driven http client based on netty.
|
| Filename | Size |
|---|---|
| httpclient-core-0.1.0.pom | |
| httpclient-core-0.1.0.jar | 1 MB |
| httpclient-core-0.1.0-sources.jar | 313 KB |
| httpclient-core-0.1.0-javadoc.jar | 636 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/httpclient-core/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>httpclient-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/httpclient-core/
implementation 'io.esastack:httpclient-core:0.1.0'
// https://jarcasting.com/artifacts/io.esastack/httpclient-core/
implementation ("io.esastack:httpclient-core:0.1.0")
'io.esastack:httpclient-core:jar:0.1.0'
<dependency org="io.esastack" name="httpclient-core" rev="0.1.0">
<artifact name="httpclient-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='httpclient-core', version='0.1.0')
)
libraryDependencies += "io.esastack" % "httpclient-core" % "0.1.0"
[io.esastack/httpclient-core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.esastack : commons | jar | 0.1.0 |
| io.esastack : commons-http | jar | 0.1.0 |
| io.esastack : commons-netty-http | jar | 0.1.0 |
| io.esastack : commons-netty-core | jar | 0.1.0 |
| 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 |