<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-service-impl</artifactId>
<version>4.7.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-service-impl', version='4.7.1')
)
<dependency org="org.apache.bookkeeper" name="stream-storage-service-impl" rev="4.7.1" />
<parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-service-parent</artifactId> <version>4.7.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
test