MVN

io.quarkiverse.googlecloudservices : quarkus-google-cloud-common-grpc

Maven & Gradle

Aug 24, 2023
9 usages
5 stars

Quarkus - Google Cloud Services - Common - GRPC

<dependency>
    <groupId>io.quarkiverse.googlecloudservices</groupId>
    <artifactId>quarkus-google-cloud-common-grpc</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkiverse.googlecloudservices : quarkus-google-cloud-common-grpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of io.quarkiverse.googlecloudservices : quarkus-google-cloud-common-grpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
quarkus-google-cloud-common-grpc-2.4.0
2.3.x
quarkus-google-cloud-common-grpc-2.3.0
2.2.x
quarkus-google-cloud-common-grpc-2.2.0
2.1.x
quarkus-google-cloud-common-grpc-2.1.0
2.0.x
quarkus-google-cloud-common-grpc-2.0.0
1.4.x
quarkus-google-cloud-common-grpc-1.4.0
1.3.x
quarkus-google-cloud-common-grpc-1.3.0
1.2.x
quarkus-google-cloud-common-grpc-1.2.2
quarkus-google-cloud-common-grpc-1.2.1
quarkus-google-cloud-common-grpc-1.2.0
1.1.x
quarkus-google-cloud-common-grpc-1.1.1
quarkus-google-cloud-common-grpc-1.1.0
1.0.x
quarkus-google-cloud-common-grpc-1.0.0
0.11.x
quarkus-google-cloud-common-grpc-0.11.0
0.10.x
quarkus-google-cloud-common-grpc-0.10.0
0.9.x
quarkus-google-cloud-common-grpc-0.9.0
0.8.x
quarkus-google-cloud-common-grpc-0.8.0
quarkus-google-cloud-common-grpc-0.8.0.CR3
quarkus-google-cloud-common-grpc-0.8.0.CR1
0.7.x
quarkus-google-cloud-common-grpc-0.7.0
0.6.x
quarkus-google-cloud-common-grpc-0.6.0
0.5.x
quarkus-google-cloud-common-grpc-0.5.0
0.4.x
quarkus-google-cloud-common-grpc-0.4.0

How to add a dependency to Maven

Add the following io.quarkiverse.googlecloudservices : quarkus-google-cloud-common-grpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.quarkiverse.googlecloudservices</groupId>
    <artifactId>quarkus-google-cloud-common-grpc</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.quarkiverse.googlecloudservices : quarkus-google-cloud-common-grpc gradle dependency to your build.gradle file:

implementation 'io.quarkiverse.googlecloudservices:quarkus-google-cloud-common-grpc:2.4.0'

Gradle Kotlin DSL: Add the following io.quarkiverse.googlecloudservices : quarkus-google-cloud-common-grpc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.quarkiverse.googlecloudservices:quarkus-google-cloud-common-grpc:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.quarkiverse.googlecloudservices : quarkus-google-cloud-common-grpc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.quarkiverse.googlecloudservices" % "quarkus-google-cloud-common-grpc" % "2.4.0"