Files download
File Operation
corepolicy-common-1.0.0-4.jar download
corepolicy-common-1.0.0-4.pom download
corepolicy-common-1.0.0-4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>corepolicy-common</artifactId>
  <version>1.0.0-4</version>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:corepolicy-common:1.0.0-4'
Gradle Kotlin
implementation("com.github.cafdataprocessing:corepolicy-common:1.0.0-4")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "corepolicy-common" % "1.0.0-4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='corepolicy-common', version='1.0.0-4')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="corepolicy-common" rev="1.0.0-4" />
Leiningen
[com.github.cafdataprocessing/corepolicy-common "1.0.0-4"]
Apache Buildr
'com.github.cafdataprocessing:corepolicy-common:jar:1.0.0-4'