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