Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcc.cc4414 |
ArtifactId | ArtifactIdcc-spring-boot-starter-parent |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
cc-spring-boot-starter-parent-0.5.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.cc4414/cc-spring-boot-starter-parent/ -->
<dependency>
<groupId>cc.cc4414</groupId>
<artifactId>cc-spring-boot-starter-parent</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cc.cc4414/cc-spring-boot-starter-parent/
implementation 'cc.cc4414:cc-spring-boot-starter-parent:0.5.0'
// https://jarcasting.com/artifacts/cc.cc4414/cc-spring-boot-starter-parent/
implementation ("cc.cc4414:cc-spring-boot-starter-parent:0.5.0")
'cc.cc4414:cc-spring-boot-starter-parent:pom:0.5.0'
<dependency org="cc.cc4414" name="cc-spring-boot-starter-parent" rev="0.5.0">
<artifact name="cc-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cc.cc4414', module='cc-spring-boot-starter-parent', version='0.5.0')
)
libraryDependencies += "cc.cc4414" % "cc-spring-boot-starter-parent" % "0.5.0"
[cc.cc4414/cc-spring-boot-starter-parent "0.5.0"]