MVN

io.esastack : httpclient

Maven & Gradle

Feb 15, 2022
82 stars

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

<dependency>
    <groupId>io.esastack</groupId>
    <artifactId>httpclient</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.esastack : httpclient to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1
  • Latest Beta: 0.0.2-beta

All Versions

Choose a version of io.esastack : httpclient to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
httpclient-0.1.1
httpclient-0.1.0
0.0.x
httpclient-0.0.2-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.esastack</groupId>
    <artifactId>httpclient</artifactId>
    <version>0.1.1</version>
</dependency>

Advertisement