From 6310ad86aa28fe75d3560dcb49db028915e1811a Mon Sep 17 00:00:00 2001 From: David T Webb Date: Tue, 28 Jan 2014 08:49:26 -0500 Subject: [PATCH] Updated readme with maven repo information. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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