文件下载
文件名 操作
ws_2.12-1.3.15.jar 下载
ws_2.12-1.3.15.pom 下载
ws_2.12-1.3.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.softwaremill.sttp.shared</groupId>
  <artifactId>ws_2.12</artifactId>
  <version>1.3.15</version>
</dependency>
Gradle Groovy
implementation 'com.softwaremill.sttp.shared:ws_2.12:1.3.15'
Gradle Kotlin
implementation("com.softwaremill.sttp.shared:ws_2.12:1.3.15")
Scala SBT
libraryDependencies += "com.softwaremill.sttp.shared" % "ws_2.12" % "1.3.15"
Groovy Grape
@Grapes(
  @Grab(group='com.softwaremill.sttp.shared', module='ws_2.12', version='1.3.15')
)
Apache Ivy
<dependency org="com.softwaremill.sttp.shared" name="ws_2.12" rev="1.3.15" />
Leiningen
[com.softwaremill.sttp.shared/ws_2.12 "1.3.15"]
Apache Buildr
'com.softwaremill.sttp.shared:ws_2.12:jar:1.3.15'