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