Skip to content

Commit

Permalink
Merge pull request #437 from mziccard/fix-gradle-dependency
Browse files Browse the repository at this point in the history
Fix gradle dependency in README.md
  • Loading branch information
aozarov committed Dec 3, 2015
2 parents 217a356 + ba9059c commit c920387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you are using Maven, add this to your pom.xml file
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java:jar:0.1.0'
compile 'com.google.gcloud:gcloud-java:0.1.0'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down

0 comments on commit c920387

Please sign in to comment.