文件下载
文件名 操作
caf-common-parent-1.0.0-26.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.cafapi</groupId>
  <artifactId>caf-common-parent</artifactId>
  <version>1.0.0-26</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafapi:caf-common-parent:1.0.0-26'
Gradle Kotlin
implementation("com.github.cafapi:caf-common-parent:1.0.0-26")
Scala SBT
libraryDependencies += "com.github.cafapi" % "caf-common-parent" % "1.0.0-26"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafapi', module='caf-common-parent', version='1.0.0-26')
)
Apache Ivy
<dependency org="com.github.cafapi" name="caf-common-parent" rev="1.0.0-26" />
Leiningen
[com.github.cafapi/caf-common-parent "1.0.0-26"]
Apache Buildr
'com.github.cafapi:caf-common-parent:jar:1.0.0-26'
本项目依赖
该项目无第三方依赖