| Категории |
КатегорииSpring Boot Контейнер Микросервисы gRPC Сеть Networking |
|---|---|
| Группа | Группаio.nity.grpc |
| Идентификатор | Идентификаторgrpc-spring-boot-parent |
| Версия | Версия0.9.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| grpc-spring-boot-parent-0.9.0.pom | 20 KB |
| Обзор |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/io.nity.grpc/grpc-spring-boot-parent/
implementation ("io.nity.grpc:grpc-spring-boot-parent:0.9.0")
'io.nity.grpc:grpc-spring-boot-parent:pom:0.9.0'
<dependency org="io.nity.grpc" name="grpc-spring-boot-parent" rev="0.9.0">
<artifact name="grpc-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.nity.grpc', module='grpc-spring-boot-parent', version='0.9.0')
)
libraryDependencies += "io.nity.grpc" % "grpc-spring-boot-parent" % "0.9.0"
[io.nity.grpc/grpc-spring-boot-parent "0.9.0"]