Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.cooldatasoft |
ArtifactId | ArtifactIdspring-boot-starter-parent |
Version | Version2.4.3 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-parent-2.4.3.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cooldatasoft/spring-boot-starter-parent/ -->
<dependency>
<groupId>com.cooldatasoft</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cooldatasoft/spring-boot-starter-parent/
implementation 'com.cooldatasoft:spring-boot-starter-parent:2.4.3'
// https://jarcasting.com/artifacts/com.cooldatasoft/spring-boot-starter-parent/
implementation ("com.cooldatasoft:spring-boot-starter-parent:2.4.3")
'com.cooldatasoft:spring-boot-starter-parent:pom:2.4.3'
<dependency org="com.cooldatasoft" name="spring-boot-starter-parent" rev="2.4.3">
<artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cooldatasoft', module='spring-boot-starter-parent', version='2.4.3')
)
libraryDependencies += "com.cooldatasoft" % "spring-boot-starter-parent" % "2.4.3"
[com.cooldatasoft/spring-boot-starter-parent "2.4.3"]