| Категории |
КатегорииJava Языки программирования CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаio.sphere.sdk.jvm |
| Идентификатор | Идентификаторsphere-play-2_2-java-client_2.10 |
| Версия | Версия1.0.0-M20 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-play-2_2-java-client_2.10/ -->
<dependency>
<groupId>io.sphere.sdk.jvm</groupId>
<artifactId>sphere-play-2_2-java-client_2.10</artifactId>
<version>1.0.0-M20</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-play-2_2-java-client_2.10/
implementation 'io.sphere.sdk.jvm:sphere-play-2_2-java-client_2.10:1.0.0-M20'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-play-2_2-java-client_2.10/
implementation ("io.sphere.sdk.jvm:sphere-play-2_2-java-client_2.10:1.0.0-M20")
'io.sphere.sdk.jvm:sphere-play-2_2-java-client_2.10:jar:1.0.0-M20'
<dependency org="io.sphere.sdk.jvm" name="sphere-play-2_2-java-client_2.10" rev="1.0.0-M20">
<artifact name="sphere-play-2_2-java-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='sphere-play-2_2-java-client_2.10', version='1.0.0-M20')
)
libraryDependencies += "io.sphere.sdk.jvm" % "sphere-play-2_2-java-client_2.10" % "1.0.0-M20"
[io.sphere.sdk.jvm/sphere-play-2_2-java-client_2.10 "1.0.0-M20"]