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