is not current version
Last Version 2.13.1.RELEASE

net.devh:grpc-common-spring-boot 2.6.0.RELEASE

gRPC Spring Boot Starter

Categories

Categories

Spring Boot Container Microservices Net gRPC Networking
GroupId

GroupId

net.devh
ArtifactId

ArtifactId

grpc-common-spring-boot
Version

Version

2.6.0.RELEASE
Type

Type

jar

Download grpc-common-spring-boot 2.6.0.RELEASE


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