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