MVN

io.sphere.sdk.jvm : sphere-java-client-ning-1_8

Maven & Gradle

Jun 23, 2015
6 usages
7 stars

sphere-java-client-ning-1_8 · sphere-java-client-ning-1_8

<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>sphere-java-client-ning-1_8</artifactId>
    <version>1.0.0-M15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sphere.sdk.jvm : sphere-java-client-ning-1_8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M15

All Versions

Choose a version of io.sphere.sdk.jvm : sphere-java-client-ning-1_8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sphere-java-client-ning-1_8-1.0.0-M15
sphere-java-client-ning-1_8-1.0.0-M14
sphere-java-client-ning-1_8-1.0.0-M13

How to add a dependency to Maven

Add the following io.sphere.sdk.jvm : sphere-java-client-ning-1_8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>sphere-java-client-ning-1_8</artifactId>
    <version>1.0.0-M15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sphere.sdk.jvm : sphere-java-client-ning-1_8 gradle dependency to your build.gradle file:

implementation 'io.sphere.sdk.jvm:sphere-java-client-ning-1_8:1.0.0-M15'

Gradle Kotlin DSL: Add the following io.sphere.sdk.jvm : sphere-java-client-ning-1_8 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sphere.sdk.jvm:sphere-java-client-ning-1_8:1.0.0-M15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sphere.sdk.jvm : sphere-java-client-ning-1_8 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sphere.sdk.jvm" % "sphere-java-client-ning-1_8" % "1.0.0-M15"

Advertisement