| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы CLI Взаимодействие с пользователем gRPC Сеть Networking |
| Группа | Группаcodes.sf |
| Идентификатор | Идентификаторgrpc-client-spring-boot |
| Версия | Версия0.0.4 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot module for gRPC client apps
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| grpc-client-spring-boot-0.0.4.pom | |
| grpc-client-spring-boot-0.0.4.jar | 19 KB |
| grpc-client-spring-boot-0.0.4-sources.jar | 13 KB |
| grpc-client-spring-boot-0.0.4-javadoc.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/codes.sf/grpc-client-spring-boot/ -->
<dependency>
<groupId>codes.sf</groupId>
<artifactId>grpc-client-spring-boot</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/codes.sf/grpc-client-spring-boot/
implementation 'codes.sf:grpc-client-spring-boot:0.0.4'
// https://jarcasting.com/artifacts/codes.sf/grpc-client-spring-boot/
implementation ("codes.sf:grpc-client-spring-boot:0.0.4")
'codes.sf:grpc-client-spring-boot:jar:0.0.4'
<dependency org="codes.sf" name="grpc-client-spring-boot" rev="0.0.4">
<artifact name="grpc-client-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='codes.sf', module='grpc-client-spring-boot', version='0.0.4')
)
libraryDependencies += "codes.sf" % "grpc-client-spring-boot" % "0.0.4"
[codes.sf/grpc-client-spring-boot "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.0.6.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.6.RELEASE |
| io.grpc : grpc-services | jar | 1.15.0 |
| io.grpc : grpc-netty | jar | 1.15.0 |