<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-shared-protocol</artifactId>
<version>0.8.1</version>
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-shared-protocol', version='0.8.1')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- io.pravega:pravega-common:0.8.1
|-- io.netty:netty-transport:4.1.50.Final
|-- io.netty:netty-handler:4.1.50.Final
|-- com.google.guava:guava:28.2-jre
test
|-- com.github.spotbugs:spotbugs-annotations:4.0.3
|-- net.jcip:jcip-annotations:1.0
|-- junit:junit:4.12
|-- org.mockito:mockito-core:3.3.3
|-- io.pravega:pravega-test-testcommon:0.8.1
|-- org.slf4j:log4j-over-slf4j:1.7.25