is not current version
Last Version 2.6.7

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

Parent project for SpringBoot Projects with preconfigured plugins

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.cooldatasoft
ArtifactId

ArtifactId

spring-boot-starter-parent
Version

Version

1.5.13.RELEASE
Type

Type

pom

Download spring-boot-starter-parent 1.5.13.RELEASE


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