is not current version
Last Version 0.0.4

codes.sf:grpc-client-spring-boot 0.0.3

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.

Categories

Categories

Spring Boot Container Microservices CLI User Interface gRPC Net Networking
GroupId

GroupId

codes.sf
ArtifactId

ArtifactId

grpc-client-spring-boot
Version

Version

0.0.3
Type

Type

jar

Download grpc-client-spring-boot 0.0.3


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