File tree Expand file tree Collapse file tree 9 files changed +27
-27
lines changed
gcloud-java-resourcemanager Expand file tree Collapse file tree 9 files changed +27
-27
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.2 </version >
30
+ <version >0.1.3 </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.2 '
35
+ compile 'com.google.gcloud:gcloud-java:0.1.3 '
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.2 "
39
+ libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.3 "
40
40
```
41
41
42
42
Example Applications
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-bigquery</artifactId >
23
- <version >0.1.2 </version >
23
+ <version >0.1.3 </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-bigquery:0.1.2 '
28
+ compile 'com.google.gcloud:gcloud-java-bigquery:0.1.3 '
29
29
```
30
30
If you are using SBT, add this to your dependencies
31
31
``` Scala
32
- libraryDependencies += " com.google.gcloud" % " gcloud-java-bigquery" % " 0.1.2 "
32
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-bigquery" % " 0.1.3 "
33
33
```
34
34
35
35
Example Application
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ Packages that provide higher-level abstraction/functionality for common gcloud-j
12
12
[ // ] : # ( <dependency> )
13
13
[ // ] : # ( <groupId>com.google.gcloud</groupId> )
14
14
[ // ] : # ( <artifactId>gcloud-java-contrib</artifactId> )
15
- [ // ] : # ( <version>0.1.2 </version> )
15
+ [ // ] : # ( <version>0.1.3 </version> )
16
16
[ // ] : # ( </dependency> )
17
17
[ // ] : # ( ``` )
18
18
[ // ] : # ( If you are using Gradle, add this to your dependencies )
19
19
[ // ] : # ( ```Groovy )
20
- [ // ] : # ( compile 'com.google.gcloud:gcloud-java-contrib:0.1.2 ' )
20
+ [ // ] : # ( compile 'com.google.gcloud:gcloud-java-contrib:0.1.3 ' )
21
21
[ // ] : # ( ``` )
22
22
[ // ] : # ( If you are using SBT, add this to your dependencies )
23
23
[ // ] : # ( ```Scala )
24
- [ // ] : # ( libraryDependencies += "com.google.gcloud" % "gcloud-java-contrib" % "0.1.2 " )
24
+ [ // ] : # ( libraryDependencies += "com.google.gcloud" % "gcloud-java-contrib" % "0.1.3 " )
25
25
[ // ] : # ( ``` )
26
26
27
27
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.2 </version >
20
+ <version >0.1.3 </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:0.1.2 '
25
+ compile 'com.google.gcloud:gcloud-java-core:0.1.3 '
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.2 "
29
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-core" % " 0.1.3 "
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.2 </version >
23
+ <version >0.1.3 </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:0.1.2 '
28
+ compile 'com.google.gcloud:gcloud-java-datastore:0.1.3 '
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.2 "
32
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-datastore" % " 0.1.3 "
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.2 </version >
20
+ <version >0.1.3 </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:0.1.2 '
25
+ compile 'com.google.gcloud:gcloud-java-examples:0.1.3 '
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.2 "
29
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-examples" % " 0.1.3 "
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.2 </version >
23
+ <version >0.1.3 </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:0.1.2 '
28
+ compile 'com.google.gcloud:gcloud-java-resourcemanager:0.1.3 '
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.2 "
32
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-resourcemanager" % " 0.1.3 "
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.2 </version >
23
+ <version >0.1.3 </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:0.1.2 '
28
+ compile 'com.google.gcloud:gcloud-java-storage:0.1.3 '
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.2 "
32
+ libraryDependencies += " com.google.gcloud" % " gcloud-java-storage" % " 0.1.3 "
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.2 </version >
28
+ <version >0.1.3 </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:0.1.2 '
33
+ compile 'com.google.gcloud:gcloud-java:0.1.3 '
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.2 "
37
+ libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.3 "
38
38
```
39
39
40
40
Troubleshooting
You can’t perform that action at this time.
0 commit comments