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