diff options
author | Antonios Chalkiopoulos <Antwnis@gmail.com> | 2014-05-22 22:26:36 +0100 |
---|---|---|
committer | Antonios Chalkiopoulos <Antwnis@gmail.com> | 2014-05-22 22:26:36 +0100 |
commit | 6f02a455f89b7f8f8825da2a18a5b60d5773e260 (patch) | |
tree | 1b89c013b275dfa1651340eead4f8940075215c7 | |
parent | a03777f8328d0b6954ea4393eb24ad89ef66ee0c (diff) | |
download | SpyGlass-6f02a455f89b7f8f8825da2a18a5b60d5773e260.tar.gz SpyGlass-6f02a455f89b7f8f8825da2a18a5b60d5773e260.zip |
Adding notes about Scalding 0.9.1 and 0.10.0
-rw-r--r-- | README.md | 34 |
1 files changed, 23 insertions, 11 deletions
@@ -29,6 +29,28 @@ To use SpyGlass as a dependency use the following repository <url>http://conjars.org/repo</url> </repository> </repositories> + + For Scalding 0.10.0 use : + + <dependencies> + <dependency> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.10_0.10_4.3</version> + </dependency> + </dependencies> + + For Scalding 0.9.1 use : + + <dependencies> + <dependency> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.10_0.9_4.3</version> + </dependency> + </dependencies> + + or for earlier versions : <dependencies> <dependency> @@ -38,7 +60,7 @@ To use SpyGlass as a dependency use the following repository </dependency> </dependencies> - or + and <dependencies> <dependency> @@ -48,16 +70,6 @@ To use SpyGlass as a dependency use the following repository </dependency> </dependencies> - or ( for Scalding version 0.9.1 ) - - <dependencies> - <dependency> - <groupId>parallelai</groupId> - <artifactId>parallelai.spyglass</artifactId> - <version>2.10.2_4.2rc2</version> - </dependency> - </dependencies> - |