Dependency Analysis of com.google.cloud:google-cloud-tasks:1.30.7
BOM: com.google.cloud:libraries-bom:15.1.0
Global Upper Bounds Check
For each transitive dependency the library pulls in, the highest version
found anywhere in the union of the BOM's dependency trees is picked.
Global Upper Bounds Fixes
Suggested updates to bring this artifact into sync with the highest versions
of its dependencies used by any artifact in the BOM:
Upgrade com.google.api.grpc:proto-google-common-protos:jar:2.0.0 to version "2.0.1":
Add this dependency element to the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7:
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.0.1</version>
</dependency>
If the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7 already includes this
dependency, update the version of the existing dependency
element.
Otherwise add a new dependency
element to the
dependencyManagement
section.
Upgrade com.google.api.grpc:proto-google-iam-v1:jar:1.0.2 to version "1.0.3":
Add this dependency element to the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7:
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
<version>1.0.3</version>
</dependency>
If the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7 already includes this
dependency, update the version of the existing dependency
element.
Otherwise add a new dependency
element to the
dependencyManagement
section.
Upgrade com.google.http-client:google-http-client:jar:1.37.0 to version "1.38.0":
Add this dependency element to the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7:
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.38.0</version>
</dependency>
If the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7 already includes this
dependency, update the version of the existing dependency
element.
Otherwise add a new dependency
element to the
dependencyManagement
section.
Upgrade com.google.http-client:google-http-client-jackson2:jar:1.37.0 to version "1.38.0":
Add this dependency element to the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7:
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.38.0</version>
</dependency>
If the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7 already includes this
dependency, update the version of the existing dependency
element.
Otherwise add a new dependency
element to the
dependencyManagement
section.
Upgrade commons-codec:commons-codec:jar:1.11 to version "1.15":
Add this dependency element to the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7:
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
If the pom.xml for com.google.cloud:google-cloud-tasks:1.30.7 already includes this
dependency, update the version of the existing dependency
element.
Otherwise add a new dependency
element to the
dependencyManagement
section.
Local Upper Bounds Check
For each transitive dependency the library pulls in, the highest version
found anywhere in the dependency tree is picked.
com.google.cloud:google-cloud-tasks:1.30.7 selects the highest version of all dependencies.
Dependency Convergence
There is exactly one version of each dependency in the library's transitive dependency tree.
That is, two artifacts with the same group ID and artifact ID but different versions
do not appear in the tree. No dependency mediation is necessary.
com.google.cloud:google-cloud-tasks:1.30.7 Converges
Linkage Check
6 linkage error(s)
com.google.protobuf:protobuf-java:3.13.0
6 target classes
causing linkage errors referenced from
16 source classes.
java.nio.ByteBuffer's method "java.nio.ByteBuffer position(int)" is expected to return java.nio.ByteBuffer but instead returns java.nio.Buffer, referenced from 8 classes
▶
com.google.protobuf.AllocatedBuffer
com.google.protobuf.BinaryWriter
com.google.protobuf.ByteBufferWriter
com.google.protobuf.CodedInputStream
com.google.protobuf.CodedOutputStream
com.google.protobuf.IterableByteBufferInputStream
com.google.protobuf.NioByteString
com.google.protobuf.Utf8
java.nio.ByteBuffer's method "java.nio.ByteBuffer limit(int)" is expected to return java.nio.ByteBuffer but instead returns java.nio.Buffer, referenced from 3 classes
▶
com.google.protobuf.BinaryWriter
com.google.protobuf.CodedInputStream
com.google.protobuf.NioByteString
java.nio.ByteBuffer's method "java.nio.ByteBuffer clear()" is expected to return java.nio.ByteBuffer but instead returns java.nio.Buffer, referenced from 2 classes
▶
com.google.protobuf.CodedOutputStream
com.google.protobuf.Internal
java.nio.ByteBuffer's method "java.nio.ByteBuffer mark()" is expected to return java.nio.ByteBuffer but instead returns java.nio.Buffer, referenced from com.google.protobuf.NioByteString
java.nio.ByteBuffer's method "java.nio.ByteBuffer reset()" is expected to return java.nio.ByteBuffer but instead returns java.nio.Buffer, referenced from com.google.protobuf.NioByteString
java.nio.CharBuffer's method "java.nio.CharBuffer flip()" is expected to return java.nio.CharBuffer but instead returns java.nio.Buffer, referenced from com.google.protobuf.TextFormat
The following paths contain com.google.protobuf:protobuf-java:3.13.0:
▶
com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.http-client:google-http-client-protobuf:1.38.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-storage:1.113.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-common-protos:2.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-common-protos:2.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-iam-v1:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-iam-v1:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.protobuf:protobuf-java-util:3.13.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-bigquery:1.124.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-compute:0.119.0-alpha (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-dns:1.0.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-notification:0.121.1-beta (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-spanner-jdbc:1.17.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
io.grafeas:grafeas:1.0.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-accessapproval-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-accessapproval-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-accessapproval:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-asset-v1:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-asset-v1:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-asset-v1beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-asset-v1p1beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-asset-v1p2beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-asset-v1p4beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-asset-v1p5beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-asset-v1p1beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-asset-v1p2beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-asset-v1beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-asset-v1p4beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-asset-v1p5beta1:0.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-asset:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-automl-v1beta1:0.84.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-automl-v1:1.3.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-automl-v1beta1:0.84.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-automl-v1:1.3.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-automl:1.3.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-bigquerydatatransfer:1.0.18 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigquerydatatransfer-v1:1.0.18 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigquerydatatransfer-v1:1.0.18 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1alpha2:0.106.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.106.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.106.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:1.6.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1alpha2:0.106.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.106.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.106.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:1.6.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-bigquerystorage:1.6.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-bigqueryconnection:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigqueryconnection-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1beta1:0.5.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigqueryconnection-v1beta1:0.5.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-bigqueryreservation:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigqueryreservation-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigqueryreservation-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-bigtable:1.17.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.17.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.17.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:1.17.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-bigtable-v2:1.17.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-billing-v1:1.1.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-billing-v1:1.1.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-billing:1.1.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-billingbudgets-v1beta1:0.5.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-billingbudgets-v1:0.5.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-billingbudgets-v1beta1:0.5.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-billingbudgets-v1:0.5.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-billingbudgets:0.5.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-build-v1:2.1.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-build-v1:2.1.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-build:2.1.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-container-v1:1.1.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-container-v1:1.1.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-container:1.1.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-containeranalysis-v1:1.2.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-containeranalysis-v1beta1:0.88.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-containeranalysis:1.2.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-containeranalysis-v1:1.2.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-containeranalysis-v1beta1:0.88.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-datacatalog-v1:1.0.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-datacatalog-v1beta1:0.37.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-datacatalog:1.0.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-datacatalog-v1:1.0.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-datacatalog-v1beta1:0.37.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-datalabeling-v1beta1:0.84.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-datalabeling-v1beta1:0.84.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-datalabeling:0.119.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-dataproc:1.1.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-dataproc-v1beta2:0.89.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-dataproc-v1:1.1.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-dataproc-v1:1.1.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-dataproc-v1beta2:0.89.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-dlp-v2:2.2.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-dlp:2.2.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-dlp-v2:2.2.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-dialogflow-v2:2.4.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-dialogflow-v2beta1:0.91.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-dialogflow-v2:2.4.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-dialogflow:2.4.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-dialogflow-v2beta1:0.91.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-document-ai-v1beta1:0.3.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-document-ai-v1beta2:0.3.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-document-ai-v1beta3:0.3.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-document-ai-v1beta1:0.3.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-document-ai-v1beta2:0.3.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-document-ai-v1beta3:0.3.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-document-ai:0.3.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-errorreporting:0.120.7-beta (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-error-reporting-v1beta1:0.86.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-error-reporting-v1beta1:0.86.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-firestore:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-firestore-admin-v1:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-firestore-v1:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-firestore-admin-v1:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-firestore-v1:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-firestore-admin:2.1.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-functions:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-functions-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-functions-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-game-servers-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-game-servers-v1beta:0.22.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-game-servers:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-game-servers-v1:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-game-servers-v1beta:0.22.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-iamcredentials:1.1.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-iamcredentials-v1:1.1.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-iamcredentials-v1:1.1.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-iot:1.1.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-iot-v1:1.1.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-iot-v1:1.1.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-kms-v1:0.87.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-kms-v1:0.87.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-kms:1.40.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-language-v1:1.83.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-language-v1beta2:0.84.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-language-v1:1.83.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-language:1.101.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-language-v1beta2:0.84.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-mediatranslation:0.2.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-mediatranslation-v1beta1:0.2.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-mediatranslation-v1beta1:0.2.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-memcache-v1beta2:0.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-memcache-v1beta2:0.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-memcache:0.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-monitoring:2.0.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-monitoring-v3:2.0.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-monitoring-v3:2.0.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-monitoring-dashboard-v1:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-monitoring-dashboard-v1:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-monitoring-dashboard:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-os-config:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-os-config-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-os-config-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-os-login-v1:1.1.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-os-login-v1:1.1.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-os-login:1.1.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-phishingprotection:0.29.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-phishingprotection-v1beta1:0.29.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-phishingprotection-v1beta1:0.29.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.90.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.90.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-pubsub:1.108.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-recaptchaenterprise:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-recaptchaenterprise-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-recaptchaenterprise-v1beta1:0.32.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-recaptchaenterprise-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-recaptchaenterprise-v1beta1:0.32.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-recommender:1.2.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-recommender-v1:1.2.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-recommender-v1beta1:0.7.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-recommender-v1:1.2.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-recommender-v1beta1:0.7.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-redis-v1beta1:0.86.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-redis-v1:1.1.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-redis-v1:1.1.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-redis-v1beta1:0.86.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-redis:1.1.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-scheduler:1.23.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-scheduler-v1beta1:0.83.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-scheduler-v1beta1:0.83.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-scheduler-v1:1.23.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-scheduler-v1:1.23.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-secretmanager-v1:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-secretmanager-v1:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-secretmanager-v1beta1:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-secretmanager:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-securitycenter-v1:1.3.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-securitycenter-v1:1.3.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-securitycenter:1.3.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-securitycenter-v1beta1:0.91.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-securitycenter-v1beta1:0.91.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-securitycenter-v1p1beta1:0.91.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-securitycenter-v1p1beta1:0.91.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-servicedirectory:0.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-servicedirectory-v1beta1:0.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-servicedirectory-v1beta1:0.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:3.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-spanner-v1:3.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-spanner-v1:3.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:3.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-spanner:3.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:3.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:3.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-speech:1.24.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-speech-v1:1.24.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-speech-v1beta1:0.77.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-speech-v1p1beta1:0.77.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-speech-v1:1.24.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-speech-v1beta1:0.77.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-speech-v1p1beta1:0.77.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-talent-v4:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-talent-v4beta1:0.40.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-talent:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-talent-v4:1.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-talent-v4beta1:0.40.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.86.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.86.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-tasks-v2beta3:0.86.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-tasks-v2:1.30.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-tasks-v2beta2:0.86.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-tasks-v2:1.30.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-tasks:1.30.7 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-texttospeech:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-texttospeech-v1beta1:0.85.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-texttospeech-v1:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-texttospeech-v1:1.2.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-texttospeech-v1beta1:0.85.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-trace-v1:1.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-trace-v1:1.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-trace-v2:1.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-trace-v2:1.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-trace:1.2.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-translate-v3beta1:0.78.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-translate-v3:1.1.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-translate-v3beta1:0.78.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-translate-v3:1.1.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-translate:1.95.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-video-intelligence-v1p3beta1:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-video-intelligence-v1p1beta1:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-video-intelligence:1.5.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-video-intelligence-v1beta2:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-video-intelligence-v1beta2:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-video-intelligence-v1p1beta1:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-video-intelligence-v1:1.5.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-video-intelligence-v1:1.5.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-video-intelligence-v1p2beta1:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-video-intelligence-v1p3beta1:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-video-intelligence-v1p2beta1:0.87.4 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-vision-v1p4beta1:0.83.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-vision:1.100.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-vision-v1p3beta1:0.83.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-vision-v1:1.100.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-vision-v1p1beta1:0.83.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-vision-v1p1beta1:0.83.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-vision-v1p3beta1:0.83.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-vision-v1p4beta1:0.83.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-vision-v1p2beta1:1.100.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-vision-v1:1.100.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-vision-v1p2beta1:1.100.6 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-websecurityscanner-v1alpha:0.84.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-websecurityscanner-v1beta:0.84.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-websecurityscanner-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-websecurityscanner-v1alpha:0.84.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-websecurityscanner-v1beta:0.84.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-websecurityscanner-v1:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-websecurityscanner:1.0.5 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-webrisk:1.1.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-webrisk-v1:1.1.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:grpc-google-cloud-webrisk-v1beta1:0.35.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-webrisk-v1:1.1.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.api.grpc:proto-google-cloud-webrisk-v1beta1:0.35.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-nio:0.122.0 (compile) / com.google.cloud:google-cloud-storage:1.113.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-nio:0.122.0 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.protobuf:protobuf-java-util:3.13.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.api.grpc:proto-google-common-protos:2.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.api.grpc:proto-google-iam-v1:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-grpc:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-http:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-nio:0.122.0 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.protobuf:protobuf-java-util:3.13.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-nio:0.122.0 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.api.grpc:proto-google-common-protos:2.0.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-nio:0.122.0 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.api.grpc:proto-google-iam-v1:1.0.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.protobuf:protobuf-java-util:3.13.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.api.grpc:proto-google-common-protos:2.0.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.api.grpc:proto-google-iam-v1:1.0.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core-http:1.93.10 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-grpc:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.protobuf:protobuf-java-util:3.13.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-grpc:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.api.grpc:proto-google-common-protos:2.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-grpc:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.api.grpc:proto-google-iam-v1:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-http:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.protobuf:protobuf-java-util:3.13.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-http:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.api.grpc:proto-google-common-protos:2.0.1 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-core-http:1.94.0 (compile) / com.google.cloud:google-cloud-core:1.94.0 (compile) / com.google.api.grpc:proto-google-iam-v1:1.0.3 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core-http:1.93.10 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.protobuf:protobuf-java-util:3.13.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core-http:1.93.10 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.api.grpc:proto-google-common-protos:2.0.0 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
com.google.cloud:google-cloud-resourcemanager:0.118.3-alpha (compile) / com.google.cloud:google-cloud-core-http:1.93.10 (compile) / com.google.cloud:google-cloud-core:1.93.10 (compile) / com.google.api.grpc:proto-google-iam-v1:1.0.2 (compile) / com.google.protobuf:protobuf-java:3.13.0 (compile)
Dependencies
com.google.cloud:google-cloud-tasks:jar:1.30.7
io.grpc:grpc-api:jar:1.33.1
io.grpc:grpc-context:jar:1.33.1
com.google.code.findbugs:jsr305:jar:3.0.2
org.codehaus.mojo:animal-sniffer-annotations:jar:1.19
io.grpc:grpc-stub:jar:1.33.1
com.google.errorprone:error_prone_annotations:jar:2.4.0
io.grpc:grpc-protobuf:jar:1.33.1
io.grpc:grpc-protobuf-lite:jar:1.33.1
com.google.api:api-common:jar:1.10.1
javax.annotation:javax.annotation-api:jar:1.3.2
com.google.auto.value:auto-value-annotations:jar:1.7.4
com.google.protobuf:protobuf-java:jar:3.13.0
com.google.api.grpc:proto-google-common-protos:jar:2.0.0
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:jar:0.86.7
com.google.code.findbugs:jsr305:jar:3.0.2
javax.annotation:javax.annotation-api:jar:1.3.2
com.google.auto.value:auto-value-annotations:jar:1.7.4
com.google.guava:failureaccess:jar:1.0.1
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework:checker-compat-qual:jar:2.5.5
com.google.errorprone:error_prone_annotations:jar:2.4.0
com.google.j2objc:j2objc-annotations:jar:1.3
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:jar:0.86.7
com.google.code.findbugs:jsr305:jar:3.0.2
javax.annotation:javax.annotation-api:jar:1.3.2
com.google.auto.value:auto-value-annotations:jar:1.7.4
com.google.guava:failureaccess:jar:1.0.1
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework:checker-compat-qual:jar:2.5.5
com.google.errorprone:error_prone_annotations:jar:2.4.0
com.google.j2objc:j2objc-annotations:jar:1.3
com.google.api.grpc:proto-google-cloud-tasks-v2:jar:1.30.7
com.google.code.findbugs:jsr305:jar:3.0.2
javax.annotation:javax.annotation-api:jar:1.3.2
com.google.auto.value:auto-value-annotations:jar:1.7.4
com.google.guava:failureaccess:jar:1.0.1
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework:checker-compat-qual:jar:2.5.5
com.google.errorprone:error_prone_annotations:jar:2.4.0
com.google.j2objc:j2objc-annotations:jar:1.3
com.google.guava:guava:jar:30.0-android
com.google.guava:failureaccess:jar:1.0.1
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework:checker-compat-qual:jar:2.5.5
com.google.j2objc:j2objc-annotations:jar:1.3
com.google.api:gax:jar:1.60.0
com.google.auth:google-auth-library-oauth2-http:jar:0.22.0
com.google.http-client:google-http-client:jar:1.37.0
org.apache.httpcomponents:httpclient:jar:4.5.13
commons-logging:commons-logging:jar:1.2
commons-codec:commons-codec:jar:1.11
org.apache.httpcomponents:httpcore:jar:4.4.13
io.opencensus:opencensus-contrib-http-util:jar:0.24.0
com.google.http-client:google-http-client-jackson2:jar:1.37.0
com.fasterxml.jackson.core:jackson-core:jar:2.11.3
io.opencensus:opencensus-api:jar:0.24.0
com.google.api:gax-grpc:jar:1.60.0
io.grpc:grpc-auth:jar:1.33.1
com.google.auth:google-auth-library-credentials:jar:0.22.0
io.grpc:grpc-netty-shaded:jar:1.33.1
io.grpc:grpc-core:jar:1.33.1
com.google.code.gson:gson:jar:2.8.6
com.google.android:annotations:jar:4.1.1.4
io.perfmark:perfmark-api:jar:0.19.0
io.grpc:grpc-alts:jar:1.33.1
io.grpc:grpc-grpclb:jar:1.33.1
com.google.protobuf:protobuf-java-util:jar:3.13.0
org.apache.commons:commons-lang3:jar:3.5
org.conscrypt:conscrypt-openjdk-uber:jar:2.5.1
org.threeten:threetenbp:jar:1.5.0
com.google.api.grpc:proto-google-iam-v1:jar:1.0.2
Last generated at 2023-01-11T11:49:47.289