MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.google-gax-grpc

Maven & Gradle

Jul 23, 2023

Apache ServiceMix :: Bundles :: Google Gax GRPC · This OSGi bundle wraps gax-grpc 2.30.0 jar files.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.google-gax-grpc</artifactId>
    <version>2.30.0_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.google-gax-grpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.30.0_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.google-gax-grpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.30.x
org.apache.servicemix.bundles.google-gax-grpc-2.30.0_1
2.24.x
org.apache.servicemix.bundles.google-gax-grpc-2.24.0_1
2.23.x
org.apache.servicemix.bundles.google-gax-grpc-2.23.2_1
2.22.x
org.apache.servicemix.bundles.google-gax-grpc-2.22.0_1
2.20.x
org.apache.servicemix.bundles.google-gax-grpc-2.20.1_1
2.19.x
org.apache.servicemix.bundles.google-gax-grpc-2.19.5_1
org.apache.servicemix.bundles.google-gax-grpc-2.19.4_1
org.apache.servicemix.bundles.google-gax-grpc-2.19.1_1
2.18.x
org.apache.servicemix.bundles.google-gax-grpc-2.18.1_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.google-gax-grpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.google-gax-grpc</artifactId>
    <version>2.30.0_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.google-gax-grpc gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.google-gax-grpc:2.30.0_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.google-gax-grpc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.google-gax-grpc:2.30.0_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.google-gax-grpc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.google-gax-grpc" % "2.30.0_1"