| Группа | Группаio.sphere.sdk.jvm |
|---|---|
| Идентификатор | Идентификаторtest-lib |
| Версия | Версия1.0.0-M8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| test-lib-1.0.0-M8.pom | |
| test-lib-1.0.0-M8.jar | 15 KB |
| test-lib-1.0.0-M8-sources.jar | 8 KB |
| test-lib-1.0.0-M8-javadoc.jar | 73 KB |
| Обзор |
<!-- 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-M8</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/test-lib/
implementation 'io.sphere.sdk.jvm:test-lib:1.0.0-M8'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/test-lib/
implementation ("io.sphere.sdk.jvm:test-lib:1.0.0-M8")
'io.sphere.sdk.jvm:test-lib:jar:1.0.0-M8'
<dependency org="io.sphere.sdk.jvm" name="test-lib" rev="1.0.0-M8">
<artifact name="test-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='test-lib', version='1.0.0-M8')
)
libraryDependencies += "io.sphere.sdk.jvm" % "test-lib" % "1.0.0-M8"
[io.sphere.sdk.jvm/test-lib "1.0.0-M8"]