Files download
File Operation
grpc-spring-boot-starter-2.15.0.RELEASE.jar download
grpc-spring-boot-starter-2.15.0.RELEASE.pom download
grpc-spring-boot-starter-2.15.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>net.devh</groupId>
  <artifactId>grpc-spring-boot-starter</artifactId>
  <version>2.15.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'net.devh:grpc-spring-boot-starter:2.15.0.RELEASE'
Gradle Kotlin
implementation("net.devh:grpc-spring-boot-starter:2.15.0.RELEASE")
Scala SBT
libraryDependencies += "net.devh" % "grpc-spring-boot-starter" % "2.15.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.devh', module='grpc-spring-boot-starter', version='2.15.0.RELEASE')
)
Apache Ivy
<dependency org="net.devh" name="grpc-spring-boot-starter" rev="2.15.0.RELEASE" />
Leiningen
[net.devh/grpc-spring-boot-starter "2.15.0.RELEASE"]
Apache Buildr
'net.devh:grpc-spring-boot-starter:jar:2.15.0.RELEASE'