diff options
author | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-06 16:41:00 +0100 |
---|---|---|
committer | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-06 16:41:00 +0100 |
commit | 7877026834a72f0ba1db0a0754a60219b33b2f01 (patch) | |
tree | 438acb4faaa3e7d1da6d40ad46953d1da2de78a7 | |
parent | 9d71f003b9b3f663420794dd9bc5103444a3a4d1 (diff) | |
download | SpyGlass-7877026834a72f0ba1db0a0754a60219b33b2f01.tar.gz SpyGlass-7877026834a72f0ba1db0a0754a60219b33b2f01.zip |
Added instructions to use Spy Glass in Maven
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 ===================== |