| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаio.scalecube |
| Идентификатор | Идентификаторscalecube-spring-boot-parent |
| Версия | Версия2.2.2-RC4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| scalecube-spring-boot-parent-2.2.2-RC4.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-parent/ -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-spring-boot-parent</artifactId>
<version>2.2.2-RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-parent/
implementation 'io.scalecube:scalecube-spring-boot-parent:2.2.2-RC4'
// https://jarcasting.com/artifacts/io.scalecube/scalecube-spring-boot-parent/
implementation ("io.scalecube:scalecube-spring-boot-parent:2.2.2-RC4")
'io.scalecube:scalecube-spring-boot-parent:pom:2.2.2-RC4'
<dependency org="io.scalecube" name="scalecube-spring-boot-parent" rev="2.2.2-RC4">
<artifact name="scalecube-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='scalecube-spring-boot-parent', version='2.2.2-RC4')
)
libraryDependencies += "io.scalecube" % "scalecube-spring-boot-parent" % "2.2.2-RC4"
[io.scalecube/scalecube-spring-boot-parent "2.2.2-RC4"]