MVN

com.github.cafdataprocessing : worker-workflow-testing

Maven & Gradle

Aug 25, 2023
2 usages
0 stars
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-workflow-testing</artifactId>
    <version>6.2.0-1268</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.2.0-1268

All Versions

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

Version Vulnerabilities Updated
6.2.x
worker-workflow-testing-6.2.0-1268
6.1.x
worker-workflow-testing-6.1.0-1226
6.0.x
worker-workflow-testing-6.0.0-1156
5.3.x
worker-workflow-testing-5.3.1-1123
worker-workflow-testing-5.3.0-1100
5.2.x
worker-workflow-testing-5.2.0-1021
5.1.x
worker-workflow-testing-5.1.0-904
5.0.x
worker-workflow-testing-5.0.0-816
4.3.x
worker-workflow-testing-4.3.0-703
4.2.x
worker-workflow-testing-4.2.0-585
4.1.x
worker-workflow-testing-4.1.0-472
4.0.x
worker-workflow-testing-4.0.0-466

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-workflow-testing</artifactId>
    <version>6.2.0-1268</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.cafdataprocessing:worker-workflow-testing:6.2.0-1268'

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

implementation("com.github.cafdataprocessing:worker-workflow-testing:6.2.0-1268")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.cafdataprocessing" % "worker-workflow-testing" % "6.2.0-1268"

Advertisement