aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 23 insertions, 11 deletions
diff --git a/README.md b/README.md
index ddc9fec..e1e1b86 100644
--- a/README.md
+++ b/README.md
@@ -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>
-