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