<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-proto</artifactId>
<version>4.17.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-proto', version='4.17.1')
)
<parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> <version>4.17.1</version> </parent>
compile
|-- org.apache.bookkeeper:stream-storage-common
|-- org.apache.commons:commons-lang3
|-- com.google.protobuf:protobuf-java
|-- javax.annotation:javax.annotation-api
test