MVN

io.sphere.sdk.jvm : sdk-http

Maven & Gradle

Jan 20, 2016
7 usages

sdk-http · sdk-http

<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>sdk-http</artifactId>
    <version>1.0.0-M26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sphere.sdk.jvm : sdk-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M26

All Versions

Choose a version of io.sphere.sdk.jvm : sdk-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sdk-http-1.0.0-M26
sdk-http-1.0.0-M25
sdk-http-1.0.0-M24
sdk-http-1.0.0-M23
sdk-http-1.0.0-M22
sdk-http-1.0.0-M21
sdk-http-1.0.0-M21-SNAPSHOT-fix-821
sdk-http-1.0.0-M20
sdk-http-1.0.0-M19
sdk-http-1.0.0-M18
sdk-http-1.0.0-M17
sdk-http-1.0.0-M16
sdk-http-1.0.0-M15

How to add a dependency to Maven

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

<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>sdk-http</artifactId>
    <version>1.0.0-M26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sphere.sdk.jvm : sdk-http gradle dependency to your build.gradle file:

implementation 'io.sphere.sdk.jvm:sdk-http:1.0.0-M26'

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

implementation("io.sphere.sdk.jvm:sdk-http:1.0.0-M26")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.sphere.sdk.jvm" % "sdk-http" % "1.0.0-M26"

Advertisement