This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ If you are using Maven without BOM, add this to your dependencies:
44
44
<dependency >
45
45
<groupId >com.google.cloud</groupId >
46
46
<artifactId >google-cloud-datalabeling</artifactId >
47
- <version >0.121.2 </version >
47
+ <version >0.122.0 </version >
48
48
</dependency >
49
49
50
50
```
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-datalabeling'
59
59
If you are using Gradle without BOM, add this to your dependencies
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-datalabeling:0.121.2 '
62
+ implementation 'com.google.cloud:google-cloud-datalabeling:0.122.0 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-datalabeling" % " 0.121.2 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-datalabeling" % " 0.122.0 "
69
69
```
70
70
71
71
## Authentication
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-datalabeling</artifactId >
32
- <version >0.121.2 </version >
32
+ <version >0.122.0 </version >
33
33
</dependency >
34
34
<!-- [END datalabeling_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-datalabeling</artifactId >
31
- <version >0.121.2 </version >
31
+ <version >0.122.0 </version >
32
32
</dependency >
33
33
34
34
<dependency >
You can’t perform that action at this time.
0 commit comments