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