文件下载
文件名 操作
cc-spring-boot-starter-parent-0.8.0.pom 下载
Apache Maven
<dependency>
  <groupId>cc.cc4414</groupId>
  <artifactId>cc-spring-boot-starter-parent</artifactId>
  <version>0.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cc.cc4414:cc-spring-boot-starter-parent:0.8.0'
Gradle Kotlin
implementation("cc.cc4414:cc-spring-boot-starter-parent:0.8.0")
Scala SBT
libraryDependencies += "cc.cc4414" % "cc-spring-boot-starter-parent" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='cc.cc4414', module='cc-spring-boot-starter-parent', version='0.8.0')
)
Apache Ivy
<dependency org="cc.cc4414" name="cc-spring-boot-starter-parent" rev="0.8.0" />
Leiningen
[cc.cc4414/cc-spring-boot-starter-parent "0.8.0"]
Apache Buildr
'cc.cc4414:cc-spring-boot-starter-parent:jar:0.8.0'