Download grpc-core-0.9.1.jar file - Jar g

Jar examples for g:grpc-core

Description

gRPC: Core

You can download jar file grpc-core 0.9.1 in this page.

License

BSD 3-Clause

Build File

You can use the following script to add grpc-core-0.9.1.jar to your project.

<dependency>
   <groupId>io.grpc</groupId>
   <artifactId>grpc-core</artifactId>
   <version>0.9.1</version>
</dependency>
compile group: 'io.grpc', name: 'grpc-core', version: '0.9.1'
libraryDependencies += "io.grpc" % "grpc-core" % "0.9.1"
<dependency org="io.grpc" name="grpc-core" rev="0.9.1"/>
@Grapes(@Grab(group='io.grpc', module='grpc-core', version='0.9.1'))
'io.grpc:grpc-core:jar:0.9.1'

Download

Click the following link to download the jar file.

grpc-core-0.9.1-javadoc.jar
grpc-core-0.9.1-sources.jar
grpc-core-0.9.1.jar
grpc-core-0.9.1.pom



Related Tutorials