<dependency>
<groupId>io.streamnative</groupId>
<artifactId>stream-storage-server</artifactId>
<version>4.16.4.1</version>
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='stream-storage-server', version='4.16.4.1')
)
<parent> <groupId>io.streamnative</groupId> <artifactId>stream-storage-parent</artifactId> <version>4.16.4.1</version> </parent>
compile
|-- io.streamnative:stream-storage-service-impl
|-- io.streamnative:stream-storage-java-client
runtime
|-- io.streamnative.http:vertx-http-server
|-- org.xerial.snappy:snappy-java
|-- io.dropwizard.metrics:metrics-core
test