diff --git a/README.md b/README.md index 4aa816c6f..c57eb8a1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,32 @@ # Spring Data Cassandra Project Info +## Quick Start + +To begin working with ``spring-cassandra`` and ``spring-data-cassandra`` add the Spring Maven Repository to your ``pom.xml``. + + + spring-libs-snapshot + http://repo.spring.io/libs-snapshot + + +Then include the latest and greatest JAR into your project dependencies. + +**CQL Only** + + + org.springframework.data + spring-cassandra + 1.0.0.BUILD-SNAPSHOT + + +**CQL and Object Mapping** + + + org.springframework.data + spring-data-cassandra + 1.0.0.BUILD-SNAPSHOT + + ## Release Preview The goal of this release preview is to publish the pieces of spring-data-cassandra as they become available