diff options
author | Antonios Chalkiopoulos <Antwnis@gmail.com> | 2014-05-22 22:32:43 +0100 |
---|---|---|
committer | Antonios Chalkiopoulos <Antwnis@gmail.com> | 2014-05-22 22:32:43 +0100 |
commit | 0b83b0ca46202e1b4ac7e408b400082ee050ebf1 (patch) | |
tree | b06c42e87fb8be99271dd3e88966544b2f490444 | |
parent | 6f02a455f89b7f8f8825da2a18a5b60d5773e260 (diff) | |
download | SpyGlass-0b83b0ca46202e1b4ac7e408b400082ee050ebf1.tar.gz SpyGlass-0b83b0ca46202e1b4ac7e408b400082ee050ebf1.zip |
Formatting
-rw-r--r-- | README.md | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -32,7 +32,7 @@ To use SpyGlass as a dependency use the following repository For Scalding 0.10.0 use : - <dependencies> + <dependencies> <dependency> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass</artifactId> @@ -40,35 +40,35 @@ To use SpyGlass as a dependency use the following repository </dependency> </dependencies> - For Scalding 0.9.1 use : + For Scalding 0.9.1 use : - <dependencies> - <dependency> + <dependencies> + <dependency> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass</artifactId> <version>2.10_0.9_4.3</version> </dependency> </dependencies> - or for earlier versions : + or for earlier versions : - <dependencies> - <dependency> - <groupId>parallelai</groupId> - <artifactId>parallelai.spyglass</artifactId> - <version>2.9.3_4.1.0</version> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.9.3_4.1.0</version> + </dependency> + </dependencies> - and + and - <dependencies> - <dependency> - <groupId>parallelai</groupId> - <artifactId>parallelai.spyglass</artifactId> - <version>2.10.2_4.1.0</version> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>parallelai</groupId> + <artifactId>parallelai.spyglass</artifactId> + <version>2.10.2_4.1.0</version> + </dependency> + </dependencies> |