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 | Version1.2.0.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/net.devh/grpc-server-spring-boot-autoconfigure/ -->
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-autoconfigure</artifactId>
<version>1.2.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.devh/grpc-server-spring-boot-autoconfigure/
implementation 'net.devh:grpc-server-spring-boot-autoconfigure:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/net.devh/grpc-server-spring-boot-autoconfigure/
implementation ("net.devh:grpc-server-spring-boot-autoconfigure:1.2.0.RELEASE")
'net.devh:grpc-server-spring-boot-autoconfigure:pom:1.2.0.RELEASE'
<dependency org="net.devh" name="grpc-server-spring-boot-autoconfigure" rev="1.2.0.RELEASE">
<artifact name="grpc-server-spring-boot-autoconfigure" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.devh', module='grpc-server-spring-boot-autoconfigure', version='1.2.0.RELEASE')
)
libraryDependencies += "net.devh" % "grpc-server-spring-boot-autoconfigure" % "1.2.0.RELEASE"
[net.devh/grpc-server-spring-boot-autoconfigure "1.2.0.RELEASE"]