File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
java-beyondcorp-appgateways Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-beyondcorp-appgateways</artifactId >
25
- <version >0.1 .0</version >
25
+ <version >0.2 .0</version >
26
26
</dependency >
27
27
```
28
28
29
29
If you are using Gradle without BOM, add this to your dependencies:
30
30
31
31
``` Groovy
32
- implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.1 .0'
32
+ implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.2 .0'
33
33
```
34
34
35
35
If you are using SBT, add this to your dependencies:
36
36
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-beyondcorp-appgateways" % " 0.1 .0"
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-beyondcorp-appgateways" % " 0.2 .0"
39
39
```
40
40
41
41
## Authentication
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >com.google.cloud</groupId >
71
71
<artifactId >google-cloud-beyondcorp-appgateways</artifactId >
72
- <version >0.1.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-beyondcorp-appgateways:current} -->
72
+ <version >0.2.0 </version ><!-- {x-version-update:google-cloud-beyondcorp-appgateways:current} -->
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >com.google.api.grpc</groupId >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >google-cloud-beyondcorp-appgateways</artifactId >
32
- <version >0.1 .0</version >
32
+ <version >0.2 .0</version >
33
33
</dependency >
34
34
<!-- [END _install_without_bom] -->
35
35
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-beyondcorp-appgateways</artifactId >
31
- <version >0.1.1-SNAPSHOT </version >
31
+ <version >0.2.0 </version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-beyondcorp-appgateways</artifactId >
31
- <version >0.1 .0</version >
31
+ <version >0.2 .0</version >
32
32
</dependency >
33
33
34
34
<dependency >
You can’t perform that action at this time.
0 commit comments