c

common-protobuf

Files download
File Operation
common-protobuf-2.8.6.jar download
common-protobuf-2.8.6.pom download
common-protobuf-2.8.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicecomb</groupId>
  <artifactId>common-protobuf</artifactId>
  <version>2.8.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.servicecomb:common-protobuf:2.8.6'
Gradle Kotlin
implementation("org.apache.servicecomb:common-protobuf:2.8.6")
Scala SBT
libraryDependencies += "org.apache.servicecomb" % "common-protobuf" % "2.8.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicecomb', module='common-protobuf', version='2.8.6')
)
Apache Ivy
<dependency org="org.apache.servicecomb" name="common-protobuf" rev="2.8.6" />
Leiningen
[org.apache.servicecomb/common-protobuf "2.8.6"]
Apache Buildr
'org.apache.servicecomb:common-protobuf:jar:2.8.6'