GroupId | GroupIdio.sphere.sdk.jvm |
---|---|
ArtifactId | ArtifactIdsphere-test-lib |
Version | Version1.0.0-M20 |
Type | Typejar |
Filename | Size |
---|---|
sphere-test-lib-1.0.0-M20.pom | |
sphere-test-lib-1.0.0-M20.jar | 14 KB |
sphere-test-lib-1.0.0-M20-sources.jar | 7 KB |
sphere-test-lib-1.0.0-M20-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-test-lib/ -->
<dependency>
<groupId>io.sphere.sdk.jvm</groupId>
<artifactId>sphere-test-lib</artifactId>
<version>1.0.0-M20</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-test-lib/
implementation 'io.sphere.sdk.jvm:sphere-test-lib:1.0.0-M20'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-test-lib/
implementation ("io.sphere.sdk.jvm:sphere-test-lib:1.0.0-M20")
'io.sphere.sdk.jvm:sphere-test-lib:jar:1.0.0-M20'
<dependency org="io.sphere.sdk.jvm" name="sphere-test-lib" rev="1.0.0-M20">
<artifact name="sphere-test-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='sphere-test-lib', version='1.0.0-M20')
)
libraryDependencies += "io.sphere.sdk.jvm" % "sphere-test-lib" % "1.0.0-M20"
[io.sphere.sdk.jvm/sphere-test-lib "1.0.0-M20"]