| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.esastack |
| ArtifactId | ArtifactIdrestclient |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRestClient
ESA RestClient is an asynchronous event-driven http client based on netty.
|
| Filename | Size |
|---|---|
| restclient-1.0.2.pom | |
| restclient-1.0.2.jar | 71 KB |
| restclient-1.0.2-sources.jar | 63 KB |
| restclient-1.0.2-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/restclient/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restclient</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restclient/
implementation 'io.esastack:restclient:1.0.2'
// https://jarcasting.com/artifacts/io.esastack/restclient/
implementation ("io.esastack:restclient:1.0.2")
'io.esastack:restclient:jar:1.0.2'
<dependency org="io.esastack" name="restclient" rev="1.0.2">
<artifact name="restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restclient', version='1.0.2')
)
libraryDependencies += "io.esastack" % "restclient" % "1.0.2"
[io.esastack/restclient "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.esastack : httpclient-core | jar | 1.0.2 |
| io.esastack : commons-net-core | jar | 0.0.1 |
| io.esastack : commons-net-netty | jar | 0.0.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
| com.google.code.gson : gson Optional | jar | 2.8.5 |
| com.google.protobuf : protobuf-java Optional | jar | 3.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson Optional | jar | 1.2.73 |
| 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 |