c

caf-common

A set of re-usable Java libraries which are used by the various CAF Services and Frameworks.
http://cafapi.github.io/
Files download
File Operation
caf-common-3.0.0-549.pom download
Apache Maven
<dependency>
  <groupId>com.github.cafapi</groupId>
  <artifactId>caf-common</artifactId>
  <version>3.0.0-549</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafapi:caf-common:3.0.0-549'
Gradle Kotlin
implementation("com.github.cafapi:caf-common:3.0.0-549")
Scala SBT
libraryDependencies += "com.github.cafapi" % "caf-common" % "3.0.0-549"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafapi', module='caf-common', version='3.0.0-549')
)
Apache Ivy
<dependency org="com.github.cafapi" name="caf-common" rev="3.0.0-549" />
Leiningen
[com.github.cafapi/caf-common "3.0.0-549"]
Apache Buildr
'com.github.cafapi:caf-common:jar:3.0.0-549'