Files download
File Operation
async-http-client-backend_2.13-4.0.0-M6.jar download
async-http-client-backend_2.13-4.0.0-M6.pom download
async-http-client-backend_2.13-4.0.0-M6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.softwaremill.sttp.client4</groupId>
  <artifactId>async-http-client-backend_2.13</artifactId>
  <version>4.0.0-M6</version>
</dependency>
Gradle Groovy
implementation 'com.softwaremill.sttp.client4:async-http-client-backend_2.13:4.0.0-M6'
Gradle Kotlin
implementation("com.softwaremill.sttp.client4:async-http-client-backend_2.13:4.0.0-M6")
Scala SBT
libraryDependencies += "com.softwaremill.sttp.client4" % "async-http-client-backend_2.13" % "4.0.0-M6"
Groovy Grape
@Grapes(
  @Grab(group='com.softwaremill.sttp.client4', module='async-http-client-backend_2.13', version='4.0.0-M6')
)
Apache Ivy
<dependency org="com.softwaremill.sttp.client4" name="async-http-client-backend_2.13" rev="4.0.0-M6" />
Leiningen
[com.softwaremill.sttp.client4/async-http-client-backend_2.13 "4.0.0-M6"]
Apache Buildr
'com.softwaremill.sttp.client4:async-http-client-backend_2.13:jar:4.0.0-M6'