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