RestClient

ESA RestClient is an asynchronous event-driven http client based on netty.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.esastack
ArtifactId

ArtifactId

restclient
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

RestClient
ESA RestClient is an asynchronous event-driven http client based on netty.

Download restclient

How to add to project

<!-- 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"]

Dependencies

compile (6)

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

provided (1)

Group / Artifact Type Version
com.alibaba : fastjson Optional jar 1.2.73

test (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0