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