c

common-protobuf

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