g

grpc-client-spring-boot-autoconfigure

gRPC Spring Boot Starter
https://github.com/yidongnan/grpc-spring-boot-starter
MIT License
Michael Zhang Daniel Theuke
Files download
File Operation
grpc-client-spring-boot-autoconfigure-2.15.0.RELEASE.jar download
grpc-client-spring-boot-autoconfigure-2.15.0.RELEASE.pom download
grpc-client-spring-boot-autoconfigure-2.15.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>net.devh</groupId>
  <artifactId>grpc-client-spring-boot-autoconfigure</artifactId>
  <version>2.15.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'net.devh:grpc-client-spring-boot-autoconfigure:2.15.0.RELEASE'
Gradle Kotlin
implementation("net.devh:grpc-client-spring-boot-autoconfigure:2.15.0.RELEASE")
Scala SBT
libraryDependencies += "net.devh" % "grpc-client-spring-boot-autoconfigure" % "2.15.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.devh', module='grpc-client-spring-boot-autoconfigure', version='2.15.0.RELEASE')
)
Apache Ivy
<dependency org="net.devh" name="grpc-client-spring-boot-autoconfigure" rev="2.15.0.RELEASE" />
Leiningen
[net.devh/grpc-client-spring-boot-autoconfigure "2.15.0.RELEASE"]
Apache Buildr
'net.devh:grpc-client-spring-boot-autoconfigure:jar:2.15.0.RELEASE'