MVN

io.sphere.sdk.jvm : sphere-scala-client_2.12.0-M2

Maven & Gradle

Nov 02, 2015
7 stars

sphere-scala-client · sphere-scala-client

<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>sphere-scala-client_2.12.0-M2</artifactId>
    <version>1.0.0-M20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sphere.sdk.jvm : sphere-scala-client_2.12.0-M2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M20

All Versions

Choose a version of io.sphere.sdk.jvm : sphere-scala-client_2.12.0-M2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sphere-scala-client_2.12.0-M2-1.0.0-M20
sphere-scala-client_2.12.0-M2-1.0.0-M19
sphere-scala-client_2.12.0-M2-1.0.0-M18
sphere-scala-client_2.12.0-M2-1.0.0-M17
sphere-scala-client_2.12.0-M2-1.0.0-M16

How to add a dependency to Maven

Add the following io.sphere.sdk.jvm : sphere-scala-client_2.12.0-M2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>sphere-scala-client_2.12.0-M2</artifactId>
    <version>1.0.0-M20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sphere.sdk.jvm : sphere-scala-client_2.12.0-M2 gradle dependency to your build.gradle file:

implementation 'io.sphere.sdk.jvm:sphere-scala-client_2.12.0-M2:1.0.0-M20'

Gradle Kotlin DSL: Add the following io.sphere.sdk.jvm : sphere-scala-client_2.12.0-M2 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sphere.sdk.jvm:sphere-scala-client_2.12.0-M2:1.0.0-M20")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sphere.sdk.jvm : sphere-scala-client_2.12.0-M2 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sphere.sdk.jvm" % "sphere-scala-client_2.12.0-M2" % "1.0.0-M20"

Advertisement