<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>foundation-protobuf</artifactId>
<version>3.2.3</version>
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='foundation-protobuf', version='3.2.3')
)
<parent> <groupId>org.apache.servicecomb</groupId> <artifactId>foundations</artifactId> <version>3.2.3</version> </parent>
compile
|-- org.apache.servicecomb:foundation-common
|-- io.protostuff:protostuff-parser
|-- io.protostuff:protostuff-runtime
|-- io.protostuff:protostuff-core
|-- com.google.code.findbugs:jsr305
|-- org.apache.servicecomb:foundation-test-scaffolding
test
|-- com.google.protobuf:protobuf-java
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf