文件下载
文件名 操作
sphere-java-client-ahc-1_9-1.0.0-M21-SNAPSHOT-fix-821.jar 下载
sphere-java-client-ahc-1_9-1.0.0-M21-SNAPSHOT-fix-821.pom 下载
sphere-java-client-ahc-1_9-1.0.0-M21-SNAPSHOT-fix-821-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.sphere.sdk.jvm</groupId>
  <artifactId>sphere-java-client-ahc-1_9</artifactId>
  <version>1.0.0-M21-SNAPSHOT-fix-821</version>
</dependency>
Gradle Groovy
implementation 'io.sphere.sdk.jvm:sphere-java-client-ahc-1_9:1.0.0-M21-SNAPSHOT-fix-821'
Gradle Kotlin
implementation("io.sphere.sdk.jvm:sphere-java-client-ahc-1_9:1.0.0-M21-SNAPSHOT-fix-821")
Scala SBT
libraryDependencies += "io.sphere.sdk.jvm" % "sphere-java-client-ahc-1_9" % "1.0.0-M21-SNAPSHOT-fix-821"
Groovy Grape
@Grapes(
  @Grab(group='io.sphere.sdk.jvm', module='sphere-java-client-ahc-1_9', version='1.0.0-M21-SNAPSHOT-fix-821')
)
Apache Ivy
<dependency org="io.sphere.sdk.jvm" name="sphere-java-client-ahc-1_9" rev="1.0.0-M21-SNAPSHOT-fix-821" />
Leiningen
[io.sphere.sdk.jvm/sphere-java-client-ahc-1_9 "1.0.0-M21-SNAPSHOT-fix-821"]
Apache Buildr
'io.sphere.sdk.jvm:sphere-java-client-ahc-1_9:jar:1.0.0-M21-SNAPSHOT-fix-821'