Last Version

HttpClient 0.1.1

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.esastack
ArtifactId

ArtifactId

httpclient
Version

Version

0.1.1
Type

Type

pom
Description

Description

HttpClient
ESA HttpClient is an asynchronous event-driven http client based on netty.
Project URL

Project URL

https://github.com/esastack
Source Code Management

Source Code Management

https://github.com/esastack/esa-httpclient

Download httpclient 0.1.1

Filename Size
httpclient-0.1.1.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/io.esastack/httpclient/ -->
<dependency>
    <groupId>io.esastack</groupId>
    <artifactId>httpclient</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/httpclient/
implementation 'io.esastack:httpclient:0.1.1'
// https://jarcasting.com/artifacts/io.esastack/httpclient/
implementation ("io.esastack:httpclient:0.1.1")
'io.esastack:httpclient:pom:0.1.1'
<dependency org="io.esastack" name="httpclient" rev="0.1.1">
  <artifact name="httpclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='httpclient', version='0.1.1')
)
libraryDependencies += "io.esastack" % "httpclient" % "0.1.1"
[io.esastack/httpclient "0.1.1"]

Dependencies

test (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

Project Modules

  • httpclient-core