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