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