is not current version
Last Version 0.1.1

io.esastack:httpclient 0.0.2-beta

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

Categories

Categories

CLI User Interface
GroupId

GroupId

io.esastack
ArtifactId

ArtifactId

httpclient
Version

Version

0.0.2-beta
Type

Type

pom

Download httpclient 0.0.2-beta

Filename Size
httpclient-0.0.2-beta.pom 14 KB
Browse

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