Download grpc-client-spring-boot-starter-1.3.0-RELEASE.jar file - Jar g

Jar examples for g:grpc-client-spring-boot-starter

Description

spring boot grpc

You can download jar file grpc-client-spring-boot-starter 1.3.0-RELEASE in this page.

License

MIT License

Build File

You can use the following script to add grpc-client-spring-boot-starter-1.3.0-RELEASE.jar to your project.

<dependency>
   <groupId>net.devh</groupId>
   <artifactId>grpc-client-spring-boot-starter</artifactId>
   <version>1.3.0-RELEASE</version>
</dependency>
compile group: 'net.devh', name: 'grpc-client-spring-boot-starter', version: '1.3.0-RELEASE'
libraryDependencies += "net.devh" % "grpc-client-spring-boot-starter" % "1.3.0-RELEASE"
<dependency org="net.devh" name="grpc-client-spring-boot-starter" rev="1.3.0-RELEASE"/>
@Grapes(@Grab(group='net.devh', module='grpc-client-spring-boot-starter', version='1.3.0-RELEASE'))
'net.devh:grpc-client-spring-boot-starter:jar:1.3.0-RELEASE'

Download

Click the following link to download the jar file.

grpc-client-spring-boot-starter-1.3.0-RELEASE-javadoc.jar
grpc-client-spring-boot-starter-1.3.0-RELEASE-sources.jar
grpc-client-spring-boot-starter-1.3.0-RELEASE.jar
grpc-client-spring-boot-starter-1.3.0-RELEASE.pom



Related Tutorials