Categories |
CategoriesScala Languages CLI User Interface |
---|---|
GroupId | GroupIdio.sphere.sdk.jvm |
ArtifactId | ArtifactIdscala-client_2.10 |
Version | Version1.0.0-M6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/scala-client_2.10/ -->
<dependency>
<groupId>io.sphere.sdk.jvm</groupId>
<artifactId>scala-client_2.10</artifactId>
<version>1.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/scala-client_2.10/
implementation 'io.sphere.sdk.jvm:scala-client_2.10:1.0.0-M6'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/scala-client_2.10/
implementation ("io.sphere.sdk.jvm:scala-client_2.10:1.0.0-M6")
'io.sphere.sdk.jvm:scala-client_2.10:jar:1.0.0-M6'
<dependency org="io.sphere.sdk.jvm" name="scala-client_2.10" rev="1.0.0-M6">
<artifact name="scala-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='scala-client_2.10', version='1.0.0-M6')
)
libraryDependencies += "io.sphere.sdk.jvm" % "scala-client_2.10" % "1.0.0-M6"
[io.sphere.sdk.jvm/scala-client_2.10 "1.0.0-M6"]