| Categories |
CategoriesProtobuf Data Data Structures |
|---|---|
| GroupId | GroupIdorg.apache.servicecomb |
| ArtifactId | ArtifactIdcommon-protobuf |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-protobuf-2.0.1.pom | |
| common-protobuf-2.0.1.jar | 39 KB |
| common-protobuf-2.0.1-sources.jar | 30 KB |
| common-protobuf-2.0.1-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/common-protobuf/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common-protobuf</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/common-protobuf/
implementation 'org.apache.servicecomb:common-protobuf:2.0.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/common-protobuf/
implementation ("org.apache.servicecomb:common-protobuf:2.0.1")
'org.apache.servicecomb:common-protobuf:jar:2.0.1'
<dependency org="org.apache.servicecomb" name="common-protobuf" rev="2.0.1">
<artifact name="common-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='common-protobuf', version='2.0.1')
)
libraryDependencies += "org.apache.servicecomb" % "common-protobuf" % "2.0.1"
[org.apache.servicecomb/common-protobuf "2.0.1"]