Files download
File Operation
sphere-test-lib-1.0.0-M21-SNAPSHOT-fix-821.jar download
sphere-test-lib-1.0.0-M21-SNAPSHOT-fix-821.pom download
sphere-test-lib-1.0.0-M21-SNAPSHOT-fix-821-sources.jar download
Apache Maven
<dependency>
  <groupId>io.sphere.sdk.jvm</groupId>
  <artifactId>sphere-test-lib</artifactId>
  <version>1.0.0-M21-SNAPSHOT-fix-821</version>
</dependency>
Gradle Groovy
implementation 'io.sphere.sdk.jvm:sphere-test-lib:1.0.0-M21-SNAPSHOT-fix-821'
Gradle Kotlin
implementation("io.sphere.sdk.jvm:sphere-test-lib:1.0.0-M21-SNAPSHOT-fix-821")
Scala SBT
libraryDependencies += "io.sphere.sdk.jvm" % "sphere-test-lib" % "1.0.0-M21-SNAPSHOT-fix-821"
Groovy Grape
@Grapes(
  @Grab(group='io.sphere.sdk.jvm', module='sphere-test-lib', version='1.0.0-M21-SNAPSHOT-fix-821')
)
Apache Ivy
<dependency org="io.sphere.sdk.jvm" name="sphere-test-lib" rev="1.0.0-M21-SNAPSHOT-fix-821" />
Leiningen
[io.sphere.sdk.jvm/sphere-test-lib "1.0.0-M21-SNAPSHOT-fix-821"]
Apache Buildr
'io.sphere.sdk.jvm:sphere-test-lib:jar:1.0.0-M21-SNAPSHOT-fix-821'