c

common-protobuf

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