MVN

io.esastack : httpclient-core

Maven & Gradle

Mar 08, 2022
1 usages
69 stars

HttpClient :: Core

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.0.x
httpclient-core-1.0.1
httpclient-core-1.0.0
0.1.x
httpclient-core-0.1.1
httpclient-core-0.1.0
0.0.x
httpclient-core-0.0.2-beta

How to add a dependency to Maven

Add the following io.esastack : httpclient-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.esastack</groupId>
    <artifactId>httpclient-core</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.esastack : httpclient-core gradle dependency to your build.gradle file:

implementation 'io.esastack:httpclient-core:1.0.1'

Gradle Kotlin DSL: Add the following io.esastack : httpclient-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.esastack:httpclient-core:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.esastack : httpclient-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.esastack" % "httpclient-core" % "1.0.1"

Advertisement