aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChandan Rajah <chandan.rajah@gmail.com>2013-06-06 16:41:00 +0100
committerChandan Rajah <chandan.rajah@gmail.com>2013-06-06 16:41:00 +0100
commit7877026834a72f0ba1db0a0754a60219b33b2f01 (patch)
tree438acb4faaa3e7d1da6d40ad46953d1da2de78a7 /README.md
parent9d71f003b9b3f663420794dd9bc5103444a3a4d1 (diff)
downloadSpyGlass-7877026834a72f0ba1db0a0754a60219b33b2f01.tar.gz
SpyGlass-7877026834a72f0ba1db0a0754a60219b33b2f01.zip
Added instructions to use Spy Glass in Maven
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index e34ad02..6d8a9b8 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,24 @@ Building
Requires Maven 3.x.x
+To use SpyGlass as a dependency use the following repository
+
+ <repositories>
+ <repository>
+ <id>parallelai-releases</id>
+ <url>https://github.com/crajah/mvn-repo/raw/master/releases</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>parallelai</groupId>
+ <artifactId>parallelai.spyglass</artifactId>
+ <version>2.0.3</version>
+ </dependency>
+ </dependencies>
+
+
1. Read Mode Features
=====================