c

common-protobuf

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