Skip to content

Commit

Permalink
Fix gradle dependency code in all gcloud-java modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Dec 28, 2015
1 parent b762fd7 commit ab5ab13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gcloud-java-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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-core:jar:0.1.1'
compile 'com.google.gcloud:gcloud-java-core:0.1.1'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-datastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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-datastore:jar:0.1.1'
compile 'com.google.gcloud:gcloud-java-datastore:0.1.1'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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-examples:jar:0.1.1'
compile 'com.google.gcloud:gcloud-java-examples:0.1.1'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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-resourcemanager:jar:0.1.1'
compile 'com.google.gcloud:gcloud-java-resourcemanager:0.1.1'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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-storage:jar:0.1.1'
compile 'com.google.gcloud:gcloud-java-storage:0.1.1'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java/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.1'
compile 'com.google.gcloud:gcloud-java:0.1.1'
```
If you are using SBT, add this to your dependencies
```Scala
Expand Down

0 comments on commit ab5ab13

Please sign in to comment.