Files download
File Operation
cc-spring-boot-starter-parent-0.2.1.pom download
Apache Maven
<dependency>
  <groupId>cc.cc4414</groupId>
  <artifactId>cc-spring-boot-starter-parent</artifactId>
  <version>0.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cc.cc4414:cc-spring-boot-starter-parent:0.2.1'
Gradle Kotlin
implementation("cc.cc4414:cc-spring-boot-starter-parent:0.2.1")
Scala SBT
libraryDependencies += "cc.cc4414" % "cc-spring-boot-starter-parent" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='cc.cc4414', module='cc-spring-boot-starter-parent', version='0.2.1')
)
Apache Ivy
<dependency org="cc.cc4414" name="cc-spring-boot-starter-parent" rev="0.2.1" />
Leiningen
[cc.cc4414/cc-spring-boot-starter-parent "0.2.1"]
Apache Buildr
'cc.cc4414:cc-spring-boot-starter-parent:jar:0.2.1'