<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-shared-controller-api</artifactId>
<version>0.3.1</version>
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-shared-controller-api', version='0.3.1')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- io.grpc:grpc-protobuf:1.8.0
|-- org.apache.commons:commons-lang3:3.7
|-- org.projectlombok:lombok:1.16.18
|-- com.google.code.findbugs:annotations:3.0.1
|-- io.netty:netty-all:4.1.16.Final
|-- io.netty:netty-tcnative-boringssl-static:2.0.8.Final
test
|-- junit:junit:4.12