Skip to content

Releases: commercetools/commercetools-jvm-sdk

v1.0.0-M7

v1.0.0-M1

17 Jul 13:19
Compare
Choose a tag to compare

The first draft of a Java 8 SDK.

Javadoc: http://sphereio.github.io/sphere-jvm-sdk/javadoc/1.0.0-M1/index.html

build.sbt for shops with Play 2.3.x:

resolvers += Resolver.sonatypeRepo("releases")

libraryDependencies ++= Seq(
  "io.sphere" %% "sphere-play-sdk" % "1.0.0-M1"
)