文件下载
文件名 操作
grpc-spring-boot-starter-1.1.0.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>net.devh</groupId>
  <artifactId>grpc-spring-boot-starter</artifactId>
  <version>1.1.0.RELEASE</version>
  <type>jar.asc</type>
</dependency>
Gradle Groovy
implementation 'net.devh:grpc-spring-boot-starter:1.1.0.RELEASE'
Gradle Kotlin
implementation("net.devh:grpc-spring-boot-starter:1.1.0.RELEASE")
Scala SBT
libraryDependencies += "net.devh" % "grpc-spring-boot-starter" % "1.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.devh', module='grpc-spring-boot-starter', version='1.1.0.RELEASE')
)
Apache Ivy
<dependency org="net.devh" name="grpc-spring-boot-starter" rev="1.1.0.RELEASE" />
Leiningen
[net.devh/grpc-spring-boot-starter "1.1.0.RELEASE"]
Apache Buildr
'net.devh:grpc-spring-boot-starter:jar:1.1.0.RELEASE'
本项目依赖
该项目无第三方依赖