не последняя версия
Последняя версия 2.6.7

com.cooldatasoft:spring-boot-starter-parent 2.1.11.RELEASE

Parent project for SpringBoot Projects with preconfigured plugins

Категории

Категории

Spring Boot Контейнер Микросервисы Данные
Группа

Группа

com.cooldatasoft
Идентификатор

Идентификатор

spring-boot-starter-parent
Версия

Версия

2.1.11.RELEASE
Тип

Тип

pom

Скачать spring-boot-starter-parent 2.1.11.RELEASE

Имя Файла Размер
spring-boot-starter-parent-2.1.11.RELEASE.pom 24 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.cooldatasoft/spring-boot-starter-parent/ -->
<dependency>
    <groupId>com.cooldatasoft</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.1.11.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cooldatasoft/spring-boot-starter-parent/
implementation 'com.cooldatasoft:spring-boot-starter-parent:2.1.11.RELEASE'
// https://jarcasting.com/artifacts/com.cooldatasoft/spring-boot-starter-parent/
implementation ("com.cooldatasoft:spring-boot-starter-parent:2.1.11.RELEASE")
'com.cooldatasoft:spring-boot-starter-parent:pom:2.1.11.RELEASE'
<dependency org="com.cooldatasoft" name="spring-boot-starter-parent" rev="2.1.11.RELEASE">
  <artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cooldatasoft', module='spring-boot-starter-parent', version='2.1.11.RELEASE')
)
libraryDependencies += "com.cooldatasoft" % "spring-boot-starter-parent" % "2.1.11.RELEASE"
[com.cooldatasoft/spring-boot-starter-parent "2.1.11.RELEASE"]