не последняя версия
Последняя версия 1.4.2.RELEASE

cn.org.faster:spring-boot-starter-grpc 1.2.0.RELEASE


Категории

Категории

Spring Boot Контейнер Микросервисы gRPC Сеть Networking
Группа

Группа

cn.org.faster
Идентификатор

Идентификатор

spring-boot-starter-grpc
Версия

Версия

1.2.0.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-grpc 1.2.0.RELEASE


<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-grpc/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>spring-boot-starter-grpc</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-grpc/
implementation 'cn.org.faster:spring-boot-starter-grpc:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-grpc/
implementation ("cn.org.faster:spring-boot-starter-grpc:1.2.0.RELEASE")
'cn.org.faster:spring-boot-starter-grpc:jar:1.2.0.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-grpc" rev="1.2.0.RELEASE">
  <artifact name="spring-boot-starter-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-grpc', version='1.2.0.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-grpc" % "1.2.0.RELEASE"
[cn.org.faster/spring-boot-starter-grpc "1.2.0.RELEASE"]