MVN

com.softwaremill.sttp.client3 : akka-http-backend_2.12

Maven & Gradle

Aug 09, 2023
7 usages
1.4k stars

akka-http-backend · akka-http-backend

<dependency>
    <groupId>com.softwaremill.sttp.client3</groupId>
    <artifactId>akka-http-backend_2.12</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.sttp.client3 : akka-http-backend_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0
  • Latest Release Candidate: 3.3.0-RC5

All Versions

Choose a version of com.softwaremill.sttp.client3 : akka-http-backend_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
akka-http-backend_2.12-3.9.0
3.8.x
akka-http-backend_2.12-3.8.16
akka-http-backend_2.12-3.8.15
akka-http-backend_2.12-3.8.14
akka-http-backend_2.12-3.8.13
akka-http-backend_2.12-3.8.12
akka-http-backend_2.12-3.8.11
akka-http-backend_2.12-3.8.10
akka-http-backend_2.12-3.8.9
akka-http-backend_2.12-3.8.8
akka-http-backend_2.12-3.8.7
akka-http-backend_2.12-3.8.6
akka-http-backend_2.12-3.8.5
akka-http-backend_2.12-3.8.3
akka-http-backend_2.12-3.8.2
akka-http-backend_2.12-3.8.1
akka-http-backend_2.12-3.8.0
3.7.x
akka-http-backend_2.12-3.7.6
akka-http-backend_2.12-3.7.5
akka-http-backend_2.12-3.7.4
akka-http-backend_2.12-3.7.2
akka-http-backend_2.12-3.7.1
akka-http-backend_2.12-3.7.0
3.6.x
akka-http-backend_2.12-3.6.2
akka-http-backend_2.12-3.6.1
akka-http-backend_2.12-3.6.0
3.5.x
akka-http-backend_2.12-3.5.2
akka-http-backend_2.12-3.5.1
akka-http-backend_2.12-3.5.0
3.4.x
akka-http-backend_2.12-3.4.2
akka-http-backend_2.12-3.4.1
akka-http-backend_2.12-3.4.0
3.3.x
akka-http-backend_2.12-3.3.18
akka-http-backend_2.12-3.3.17
akka-http-backend_2.12-3.3.16
akka-http-backend_2.12-3.3.15
akka-http-backend_2.12-3.3.14
akka-http-backend_2.12-3.3.13
akka-http-backend_2.12-3.3.12
akka-http-backend_2.12-3.3.11
akka-http-backend_2.12-3.3.9
akka-http-backend_2.12-3.3.7
akka-http-backend_2.12-3.3.6
akka-http-backend_2.12-3.3.5
akka-http-backend_2.12-3.3.4
akka-http-backend_2.12-3.3.3
akka-http-backend_2.12-3.3.2
akka-http-backend_2.12-3.3.1
akka-http-backend_2.12-3.3.0
akka-http-backend_2.12-3.3.0-RC5
akka-http-backend_2.12-3.3.0-RC4
akka-http-backend_2.12-3.3.0-RC3
akka-http-backend_2.12-3.3.0-RC2
akka-http-backend_2.12-3.3.0-RC1
3.2.x
akka-http-backend_2.12-3.2.3
akka-http-backend_2.12-3.2.0
3.1.x
akka-http-backend_2.12-3.1.9
akka-http-backend_2.12-3.1.7
akka-http-backend_2.12-3.1.6
akka-http-backend_2.12-3.1.5
akka-http-backend_2.12-3.1.3
akka-http-backend_2.12-3.1.2
akka-http-backend_2.12-3.1.1
akka-http-backend_2.12-3.1.0
3.0.x
akka-http-backend_2.12-3.0.0
akka-http-backend_2.12-3.0.0-RC15
akka-http-backend_2.12-3.0.0-RC14
akka-http-backend_2.12-3.0.0-RC13
akka-http-backend_2.12-3.0.0-RC11
akka-http-backend_2.12-3.0.0-RC10
akka-http-backend_2.12-3.0.0-RC9
akka-http-backend_2.12-3.0.0-RC8
akka-http-backend_2.12-3.0.0-RC7
akka-http-backend_2.12-3.0.0-RC6
akka-http-backend_2.12-3.0.0-RC5
akka-http-backend_2.12-3.0.0-RC4

How to add a dependency to Maven

Add the following com.softwaremill.sttp.client3 : akka-http-backend_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremill.sttp.client3</groupId>
    <artifactId>akka-http-backend_2.12</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.sttp.client3 : akka-http-backend_2.12 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.sttp.client3:akka-http-backend_2.12:3.9.0'

Gradle Kotlin DSL: Add the following com.softwaremill.sttp.client3 : akka-http-backend_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.sttp.client3:akka-http-backend_2.12:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.sttp.client3 : akka-http-backend_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.sttp.client3" % "akka-http-backend_2.12" % "3.9.0"

Advertisement

Dependencies from Group

Aug 09, 2023
118 usages
1.4k stars
Aug 09, 2023
82 usages
1.4k stars
Aug 09, 2023
43 usages
1.4k stars
Aug 09, 2023
28 usages
1.4k stars
Aug 09, 2023
25 usages
1.4k stars

Discover Dependencies

Nov 30, 2020
0 stars
Sep 06, 2022
27 stars
Nov 13, 2020
6 stars
Feb 14, 2023
24 usages
15 stars
Feb 14, 2023
3 usages
16 stars
Aug 25, 2023
2 usages
2k stars
Jul 30, 2023
2 usages
2k stars