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