Skip to content

Using phantom

Flavian Alexandru edited this page May 29, 2015 · 3 revisions

Build Status Coverage Status Maven Central Download

Using phantom

Scala 2.10 and 2.11 releases

We publish phantom in 2 formats, stable releases and bleeding edge.

  • The stable release is always available on Maven Central and will be indicated by the badge at the top of this readme. The Maven Central badge is pointing at the latest version

  • Intermediary releases are available through our managed Bintray repository available at https://dl.bintray.com/websudos/oss-releases/. The latest version available on our Bintray repository is indicated by the Bintray badge at the top of this readme.

Latest versions

Check the badges at the top of this README for the latest version. The badges are automatically updated in realtime, where as this README isn't. The versions listed below may be slightly out of date, but we do our best to update this as well.

  • Latest stable version: 1.8.9 (Maven Central)
  • Bleeding edge: 1.8.12 (Websudos OSS releases on Bintray)

You will also be needing the default resolvers for Maven Central and the typesafe releases. Phantom will never rely on any snapshots or be published as a snapshot version, the bleeding edge is always subject to internal scrutiny before any releases into the wild.

Prerequisites

  • The Apache Cassandra version used for auto-embedding Cassandra during tests is: val cassandraVersion = "2.1.5".
  • You will require JDK 7 to use Cassandra, otherwise you will get an error when phantom tries to start the embedded database. The recommended JDK is the Oracle variant.