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