<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-service-impl</artifactId>
<version>4.14.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-service-impl', version='4.14.1')
)
<dependency org="org.apache.bookkeeper" name="stream-storage-service-impl" rev="4.14.1" />
<parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-service-parent</artifactId> <version>4.14.1</version> </parent>
compile
|-- org.apache.bookkeeper:stream-storage-service-api
|-- org.apache.bookkeeper:stream-storage-java-client-base
|-- org.apache.bookkeeper:statelib
|-- org.apache.curator:curator-recipes
|-- org.apache.bookkeeper.tests:stream-storage-tests-common
|-- org.apache.zookeeper:zookeeper
|-- org.apache.zookeeper:zookeeper
|-- org.xerial.snappy:snappy-java
|-- io.dropwizard.metrics:metrics-core
test
|-- org.apache.distributedlog:distributedlog-core