Categories |
CategoriesSpring Boot Container Microservices Net CLI User Interface Auto Application Layer Libs Code Generators config Configuration gRPC Networking |
---|---|
GroupId | GroupIdnet.devh |
ArtifactId | ArtifactIdgrpc-client-spring-boot-autoconfigure |
Version | Version2.6.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.devh/grpc-client-spring-boot-autoconfigure/ -->
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-autoconfigure</artifactId>
<version>2.6.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.devh/grpc-client-spring-boot-autoconfigure/
implementation 'net.devh:grpc-client-spring-boot-autoconfigure:2.6.2.RELEASE'
// https://jarcasting.com/artifacts/net.devh/grpc-client-spring-boot-autoconfigure/
implementation ("net.devh:grpc-client-spring-boot-autoconfigure:2.6.2.RELEASE")
'net.devh:grpc-client-spring-boot-autoconfigure:jar:2.6.2.RELEASE'
<dependency org="net.devh" name="grpc-client-spring-boot-autoconfigure" rev="2.6.2.RELEASE">
<artifact name="grpc-client-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.devh', module='grpc-client-spring-boot-autoconfigure', version='2.6.2.RELEASE')
)
libraryDependencies += "net.devh" % "grpc-client-spring-boot-autoconfigure" % "2.6.2.RELEASE"
[net.devh/grpc-client-spring-boot-autoconfigure "2.6.2.RELEASE"]