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