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