<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>1.6.1</version>
</dependency>
compile
|-- io.grpc:grpc-context:1.6.1
|-- com.google.guava:guava:19.0
|-- com.google.errorprone:error_prone_annotations:2.0.19
|-- com.google.code.findbugs:jsr305:3.0.0
|-- com.google.instrumentation:instrumentation-api:0.4.3
|-- io.opencensus:opencensus-api:0.5.1
test
|-- junit:junit:4.11