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