не последняя версия
Последняя версия 0.0.4

codes.sf:grpc-client-spring-boot 0.0.1+dirty

Allows Spring Boot-style configuration of gRPC stubs using properties and JavaConfig. Automatically registers gRPC stubs found on the classpath as beans with the ApplicationContext so they can be easily injected with @Autowired and other injection methods.

Категории

Категории

Spring Boot Контейнер Микросервисы CLI Взаимодействие с пользователем gRPC Сеть Networking
Группа

Группа

codes.sf
Идентификатор

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

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

Версия

0.0.1+dirty
Тип

Тип

jar

Скачать grpc-client-spring-boot 0.0.1+dirty


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