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