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