diff options
author | cra14 <chandan.rajah2@bskyb.com> | 2013-09-04 14:19:31 +0100 |
---|---|---|
committer | cra14 <chandan.rajah2@bskyb.com> | 2013-09-04 14:19:31 +0100 |
commit | c550ab1c80b384e164979fcbe01f34a8308a8b95 (patch) | |
tree | e98dc9d633ab7bfc19381b7bdfb25256b973273b | |
parent | 30dd9098cb3c5c9b245b3bab36587a2f6300d086 (diff) | |
download | SpyGlass-c550ab1c80b384e164979fcbe01f34a8308a8b95.tar.gz SpyGlass-c550ab1c80b384e164979fcbe01f34a8308a8b95.zip |
Latest release 4.1.04.1.0
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -33,9 +33,20 @@ To use SpyGlass as a dependency use the following repository <dependency> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass</artifactId> - <version>2.0.3</version> + <version>2.9.3_4.1.0</version> </dependency> </dependencies> + + or + + <dependencies> + <dependency> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.10.2_4.1.0</version> + </dependency> + </dependencies> + |