MVN

com.softwaremill.sttp.client3 : async-http-client-backend-future_3

Maven & Gradle

Aug 09, 2023
1 usages
1.4k stars

async-http-client-backend-future · async-http-client-backend-future

<dependency>
    <groupId>com.softwaremill.sttp.client3</groupId>
    <artifactId>async-http-client-backend-future_3</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.sttp.client3 : async-http-client-backend-future_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0

All Versions

Choose a version of com.softwaremill.sttp.client3 : async-http-client-backend-future_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
async-http-client-backend-future_3-3.9.0
3.8.x
async-http-client-backend-future_3-3.8.16
async-http-client-backend-future_3-3.8.15
async-http-client-backend-future_3-3.8.14
async-http-client-backend-future_3-3.8.13
async-http-client-backend-future_3-3.8.12
async-http-client-backend-future_3-3.8.11
async-http-client-backend-future_3-3.8.10
async-http-client-backend-future_3-3.8.9
async-http-client-backend-future_3-3.8.8
async-http-client-backend-future_3-3.8.7
async-http-client-backend-future_3-3.8.6
async-http-client-backend-future_3-3.8.5
async-http-client-backend-future_3-3.8.3
async-http-client-backend-future_3-3.8.2
async-http-client-backend-future_3-3.8.1
async-http-client-backend-future_3-3.8.0
3.7.x
async-http-client-backend-future_3-3.7.6
async-http-client-backend-future_3-3.7.5
async-http-client-backend-future_3-3.7.4
async-http-client-backend-future_3-3.7.2
async-http-client-backend-future_3-3.7.1
async-http-client-backend-future_3-3.7.0
3.6.x
async-http-client-backend-future_3-3.6.2
async-http-client-backend-future_3-3.6.1
async-http-client-backend-future_3-3.6.0
3.5.x
async-http-client-backend-future_3-3.5.2
async-http-client-backend-future_3-3.5.1
async-http-client-backend-future_3-3.5.0
3.4.x
async-http-client-backend-future_3-3.4.2
async-http-client-backend-future_3-3.4.1
async-http-client-backend-future_3-3.4.0
3.3.x
async-http-client-backend-future_3-3.3.18
async-http-client-backend-future_3-3.3.17
async-http-client-backend-future_3-3.3.16
async-http-client-backend-future_3-3.3.15
async-http-client-backend-future_3-3.3.14
async-http-client-backend-future_3-3.3.13
async-http-client-backend-future_3-3.3.12
async-http-client-backend-future_3-3.3.11
async-http-client-backend-future_3-3.3.9
async-http-client-backend-future_3-3.3.7
async-http-client-backend-future_3-3.3.6
async-http-client-backend-future_3-3.3.5
async-http-client-backend-future_3-3.3.4
async-http-client-backend-future_3-3.3.3

How to add a dependency to Maven

Add the following com.softwaremill.sttp.client3 : async-http-client-backend-future_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremill.sttp.client3</groupId>
    <artifactId>async-http-client-backend-future_3</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.sttp.client3 : async-http-client-backend-future_3 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.sttp.client3:async-http-client-backend-future_3:3.9.0'

Gradle Kotlin DSL: Add the following com.softwaremill.sttp.client3 : async-http-client-backend-future_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.sttp.client3:async-http-client-backend-future_3:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.sttp.client3 : async-http-client-backend-future_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.sttp.client3" % "async-http-client-backend-future_3" % "3.9.0"

Advertisement