| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices gRPC Net Networking |
| GroupId | GroupIdio.nity.grpc |
| ArtifactId | ArtifactIdgrpc-spring-boot-project |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
DescriptiongRPC Spring Boot Project
gRPC Spring Boot Project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| grpc-spring-boot-project-1.0.0.pom | 7 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>1.0.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:1.0.0'
// https://jarcasting.com/artifacts/io.nity.grpc/grpc-spring-boot-project/
implementation ("io.nity.grpc:grpc-spring-boot-project:1.0.0")
'io.nity.grpc:grpc-spring-boot-project:pom:1.0.0'
<dependency org="io.nity.grpc" name="grpc-spring-boot-project" rev="1.0.0">
<artifact name="grpc-spring-boot-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.nity.grpc', module='grpc-spring-boot-project', version='1.0.0')
)
libraryDependencies += "io.nity.grpc" % "grpc-spring-boot-project" % "1.0.0"
[io.nity.grpc/grpc-spring-boot-project "1.0.0"]