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