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