<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-shared-protocol</artifactId>
<version>0.7.0</version>
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-shared-protocol', version='0.7.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- io.pravega:pravega-common:0.7.0
|-- io.netty:netty-transport:4.1.30.Final
|-- io.netty:netty-handler:4.1.30.Final
|-- com.google.guava:guava:28.1-jre
test
|-- com.github.spotbugs:spotbugs-annotations:3.1.12
|-- net.jcip:jcip-annotations:1.0
|-- junit:junit:4.12