MVN

org.apache.servicecomb : common-protobuf

Maven & Gradle

Jun 21, 2023
5 usages
1.8k stars

Java Chassis::Common::Protobuf

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>common-protobuf</artifactId>
    <version>2.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicecomb : common-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.9

All Versions

Choose a version of org.apache.servicecomb : common-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
common-protobuf-2.8.9
common-protobuf-2.8.8
common-protobuf-2.8.7
common-protobuf-2.8.6
common-protobuf-2.8.5
common-protobuf-2.8.4
common-protobuf-2.8.3
common-protobuf-2.8.2
common-protobuf-2.8.1
common-protobuf-2.8.0
2.7.x
common-protobuf-2.7.10
common-protobuf-2.7.9
common-protobuf-2.7.8
common-protobuf-2.7.7
common-protobuf-2.7.6
common-protobuf-2.7.5
common-protobuf-2.7.4.2
common-protobuf-2.7.4.1
common-protobuf-2.7.4
common-protobuf-2.7.3
common-protobuf-2.7.2
common-protobuf-2.7.1
common-protobuf-2.7.0
2.6.x
common-protobuf-2.6.3
common-protobuf-2.6.2
common-protobuf-2.6.1
common-protobuf-2.6.0
2.5.x
common-protobuf-2.5.3
common-protobuf-2.5.2
common-protobuf-2.5.1
common-protobuf-2.5.0
2.3.x
common-protobuf-2.3.6
common-protobuf-2.3.5
common-protobuf-2.3.3
common-protobuf-2.3.2
common-protobuf-2.3.1
common-protobuf-2.3.0
2.2.x
common-protobuf-2.2.4
common-protobuf-2.2.3
common-protobuf-2.2.2
common-protobuf-2.2.1
common-protobuf-2.2.0
2.1.x
common-protobuf-2.1.6
common-protobuf-2.1.5
common-protobuf-2.1.3
common-protobuf-2.1.2
common-protobuf-2.1.1
common-protobuf-2.1.0
2.0.x
common-protobuf-2.0.2
common-protobuf-2.0.1
common-protobuf-2.0.0
1.3.x
common-protobuf-1.3.11
common-protobuf-1.3.10
common-protobuf-1.3.9
common-protobuf-1.3.8
common-protobuf-1.3.7
common-protobuf-1.3.6
common-protobuf-1.3.5
common-protobuf-1.3.3
common-protobuf-1.3.2
common-protobuf-1.3.1
common-protobuf-1.3.0
1.2.x
common-protobuf-1.2.1
common-protobuf-1.2.0
1.1.x
common-protobuf-1.1.0
1.0.x
common-protobuf-1.0.0
common-protobuf-1.0.0-m2
common-protobuf-1.0.0-m1

How to add a dependency to Maven

Add the following org.apache.servicecomb : common-protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>common-protobuf</artifactId>
    <version>2.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicecomb : common-protobuf gradle dependency to your build.gradle file:

implementation 'org.apache.servicecomb:common-protobuf:2.8.9'

Gradle Kotlin DSL: Add the following org.apache.servicecomb : common-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicecomb:common-protobuf:2.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicecomb : common-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicecomb" % "common-protobuf" % "2.8.9"

Advertisement