c

corepolicy-aggregator

Aggregates the projects that make up Core Policy. Core Policy allows the definition of and evaluation of conditions, with structures to organize conditions as various groupings.
https://cafdataprocessing.github.io/data-processing-service
Apache License, Version 2.0
Andy Reid Dermot Hardy Krzysztof Ploch Michael McAlynn Philip Crooks Anthony McVeigh Trevor Getty
Files download
File Operation
corepolicy-aggregator-1.1.0-94.pom download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>corepolicy-aggregator</artifactId>
  <version>1.1.0-94</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:corepolicy-aggregator:1.1.0-94'
Gradle Kotlin
implementation("com.github.cafdataprocessing:corepolicy-aggregator:1.1.0-94")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "corepolicy-aggregator" % "1.1.0-94"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='corepolicy-aggregator', version='1.1.0-94')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="corepolicy-aggregator" rev="1.1.0-94" />
Leiningen
[com.github.cafdataprocessing/corepolicy-aggregator "1.1.0-94"]
Apache Buildr
'com.github.cafdataprocessing:corepolicy-aggregator:jar:1.1.0-94'