<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-shared-controller-api</artifactId>
<version>0.7.0</version>
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-shared-controller-api', version='0.7.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- io.grpc:grpc-protobuf:1.17.1
|-- io.pravega:pravega-common:0.7.0
|-- org.apache.commons:commons-lang3:3.7
|-- io.netty:netty-tcnative-boringssl-static:2.0.17.Final
test
|-- com.github.spotbugs:spotbugs-annotations:3.1.12
|-- net.jcip:jcip-annotations:1.0
|-- junit:junit:4.12