Categories |
CategoriesSpring Boot Container Microservices gRPC Net Networking |
---|---|
GroupId | GroupIdio.nity.grpc |
ArtifactId | ArtifactIdgrpc-spring-boot-parent |
Version | Version0.9.1 |
Type | Typepom |
Filename | Size |
---|---|
grpc-spring-boot-parent-0.9.1.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nity.grpc/grpc-spring-boot-parent/ -->
<dependency>
<groupId>io.nity.grpc</groupId>
<artifactId>grpc-spring-boot-parent</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.nity.grpc/grpc-spring-boot-parent/
implementation 'io.nity.grpc:grpc-spring-boot-parent:0.9.1'
// https://jarcasting.com/artifacts/io.nity.grpc/grpc-spring-boot-parent/
implementation ("io.nity.grpc:grpc-spring-boot-parent:0.9.1")
'io.nity.grpc:grpc-spring-boot-parent:pom:0.9.1'
<dependency org="io.nity.grpc" name="grpc-spring-boot-parent" rev="0.9.1">
<artifact name="grpc-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.nity.grpc', module='grpc-spring-boot-parent', version='0.9.1')
)
libraryDependencies += "io.nity.grpc" % "grpc-spring-boot-parent" % "0.9.1"
[io.nity.grpc/grpc-spring-boot-parent "0.9.1"]