License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface gRPC Net Networking |
GroupId | GroupIdcodes.sf |
ArtifactId | ArtifactIdgrpc-client-spring-boot |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |