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