Just some Scala libraries that started out as internal projects as part of the commercetools platform (that was originally named sphere.io) and have been made public in the hope that they might be useful to more people.
The library is published to the Bintray:
resolvers += Resolver.bintrayRepo("commercetools", "maven")
libraryDependencies += "io.sphere" %% "sphere-util" % "0.12.1"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.12.1"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.12.1"
Licensed under the Apache License, Version 2.0.