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