File tree 7 files changed +21
-21
lines changed
gcloud-java-resourcemanager
7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file
27
27
<dependency >
28
28
<groupId >com.google.gcloud</groupId >
29
29
<artifactId >gcloud-java</artifactId >
30
- <version >0.1.0 </version >
30
+ <version >0.1.1 </version >
31
31
</dependency >
32
32
```
33
33
If you are using Gradle, add this to your dependencies
34
34
``` Groovy
35
- compile 'com.google.gcloud:gcloud-java:0.1.0 '
35
+ compile 'com.google.gcloud:gcloud-java:0.1.1 '
36
36
```
37
37
If you are using SBT, add this to your dependencies
38
38
``` Scala
39
- libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.0 "
39
+ libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.1 "
40
40
```
41
41
42
42
Example Applications
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
17
17
<dependency >
18
18
<groupId >com.google.gcloud</groupId >
19
19
<artifactId >gcloud-java-core</artifactId >
20
- <version >0.1.0 </version >
20
+ <version >0.1.1 </version >
21
21
</dependency >
22
22
```
23
23
If you are using Gradle, add this to your dependencies
24
24
``` Groovy
25
- compile 'com.google.gcloud:gcloud-java-core:jar:0.1.0 '
25
+ compile 'com.google.gcloud:gcloud-java-core:jar:0.1.1 '
26
26
```
27
27
If you are using SBT, add this to your dependencies
28
28
``` Scala
29
- libraryDependencies += " com.google.gcloud" % " gcloud-java-core" % " 0.1.0 "
29
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-core" % " 0.1.1 "
30
30
```
31
31
32
32
Troubleshooting
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
20
20
<dependency >
21
21
<groupId >com.google.gcloud</groupId >
22
22
<artifactId >gcloud-java-datastore</artifactId >
23
- <version >0.1.0 </version >
23
+ <version >0.1.1 </version >
24
24
</dependency >
25
25
```
26
26
If you are using Gradle, add this to your dependencies
27
27
``` Groovy
28
- compile 'com.google.gcloud:gcloud-java-datastore:jar:0.1.0 '
28
+ compile 'com.google.gcloud:gcloud-java-datastore:jar:0.1.1 '
29
29
```
30
30
If you are using SBT, add this to your dependencies
31
31
``` Scala
32
- libraryDependencies += " com.google.gcloud" % " gcloud-java-datastore" % " 0.1.0 "
32
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-datastore" % " 0.1.1 "
33
33
```
34
34
35
35
Example Application
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
17
17
<dependency >
18
18
<groupId >com.google.gcloud</groupId >
19
19
<artifactId >gcloud-java-examples</artifactId >
20
- <version >0.1.0 </version >
20
+ <version >0.1.1 </version >
21
21
</dependency >
22
22
```
23
23
If you are using Gradle, add this to your dependencies
24
24
``` Groovy
25
- compile 'com.google.gcloud:gcloud-java-examples:jar:0.1.0 '
25
+ compile 'com.google.gcloud:gcloud-java-examples:jar:0.1.1 '
26
26
```
27
27
If you are using SBT, add this to your dependencies
28
28
``` Scala
29
- libraryDependencies += " com.google.gcloud" % " gcloud-java-examples" % " 0.1.0 "
29
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-examples" % " 0.1.1 "
30
30
```
31
31
32
32
To run examples from your command line:
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
20
20
<dependency >
21
21
<groupId >com.google.gcloud</groupId >
22
22
<artifactId >gcloud-java-resourcemanager</artifactId >
23
- <version >0.1.0 </version >
23
+ <version >0.1.1 </version >
24
24
</dependency >
25
25
```
26
26
If you are using Gradle, add this to your dependencies
27
27
``` Groovy
28
- compile 'com.google.gcloud:gcloud-java-resourcemanager:jar:0.1.0 '
28
+ compile 'com.google.gcloud:gcloud-java-resourcemanager:jar:0.1.1 '
29
29
```
30
30
If you are using SBT, add this to your dependencies
31
31
``` Scala
32
- libraryDependencies += " com.google.gcloud" % " gcloud-java-resourcemanager" % " 0.1.0 "
32
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-resourcemanager" % " 0.1.1 "
33
33
```
34
34
35
35
Example Application
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
20
20
<dependency >
21
21
<groupId >com.google.gcloud</groupId >
22
22
<artifactId >gcloud-java-storage</artifactId >
23
- <version >0.1.0 </version >
23
+ <version >0.1.1 </version >
24
24
</dependency >
25
25
```
26
26
If you are using Gradle, add this to your dependencies
27
27
``` Groovy
28
- compile 'com.google.gcloud:gcloud-java-storage:jar:0.1.0 '
28
+ compile 'com.google.gcloud:gcloud-java-storage:jar:0.1.1 '
29
29
```
30
30
If you are using SBT, add this to your dependencies
31
31
``` Scala
32
- libraryDependencies += " com.google.gcloud" % " gcloud-java-storage" % " 0.1.0 "
32
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-storage" % " 0.1.1 "
33
33
```
34
34
35
35
Example Application
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file
25
25
<dependency >
26
26
<groupId >com.google.gcloud</groupId >
27
27
<artifactId >gcloud-java</artifactId >
28
- <version >0.1.0 </version >
28
+ <version >0.1.1 </version >
29
29
</dependency >
30
30
```
31
31
If you are using Gradle, add this to your dependencies
32
32
``` Groovy
33
- compile 'com.google.gcloud:gcloud-java:jar:0.1.0 '
33
+ compile 'com.google.gcloud:gcloud-java:jar:0.1.1 '
34
34
```
35
35
If you are using SBT, add this to your dependencies
36
36
``` Scala
37
- libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.0 "
37
+ libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.1 "
38
38
```
39
39
40
40
Troubleshooting
You can’t perform that action at this time.
0 commit comments