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