MVN

com.github.cafdataprocessing : worker-document

Maven & Gradle

Apr 28, 2023
9 usages
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-document</artifactId>
    <version>5.2.1-1244</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cafdataprocessing : worker-document to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.1-1244

All Versions

Choose a version of com.github.cafdataprocessing : worker-document to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
worker-document-5.2.1-1244
worker-document-5.2.0-1238
5.1.x
worker-document-5.1.1-1139
worker-document-5.1.0-1038
5.0.x
worker-document-5.0.0-924
4.5.x
worker-document-4.5.0-820
4.4.x
worker-document-4.4.0-707
4.3.x
worker-document-4.3.0-593
4.2.x
worker-document-4.2.0-461
4.1.x
worker-document-4.1.0-292
4.0.x
worker-document-4.0.0-200
3.3.x
worker-document-3.3.0-126
3.2.x
worker-document-3.2.0-100
3.1.x
worker-document-3.1.1-71
worker-document-3.1.0-68
3.0.x
worker-document-3.0.0-53
2.2.x
worker-document-2.2.0-41
2.1.x
worker-document-2.1.0-15
2.0.x
worker-document-2.0.0-5

How to add a dependency to Maven

Add the following com.github.cafdataprocessing : worker-document maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-document</artifactId>
    <version>5.2.1-1244</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cafdataprocessing : worker-document gradle dependency to your build.gradle file:

implementation 'com.github.cafdataprocessing:worker-document:5.2.1-1244'

Gradle Kotlin DSL: Add the following com.github.cafdataprocessing : worker-document gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cafdataprocessing:worker-document:5.2.1-1244")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cafdataprocessing : worker-document sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cafdataprocessing" % "worker-document" % "5.2.1-1244"

Advertisement