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