MVN

com.github.cafdataprocessing : worker-markup-testing

Maven & Gradle

Jul 28, 2023
2 usages
0 stars
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-markup-testing</artifactId>
    <version>3.3.2-1289</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.2-1289

All Versions

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

Version Vulnerabilities Updated
3.3.x
worker-markup-testing-3.3.2-1289
worker-markup-testing-3.3.1-1265
worker-markup-testing-3.3.0-1207
3.2.x
worker-markup-testing-3.2.2-1171
worker-markup-testing-3.2.1-1066
worker-markup-testing-3.2.0-891
3.1.x
worker-markup-testing-3.1.2-789
worker-markup-testing-3.1.1-676
worker-markup-testing-3.1.0-379
3.0.x
worker-markup-testing-3.0.0-265
2.4.x
worker-markup-testing-2.4.0-99
2.3.x
worker-markup-testing-2.3.0-64
2.2.x
worker-markup-testing-2.2.0-50
2.0.x
worker-markup-testing-2.0.0-5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-markup-testing</artifactId>
    <version>3.3.2-1289</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.cafdataprocessing:worker-markup-testing:3.3.2-1289'

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

implementation("com.github.cafdataprocessing:worker-markup-testing:3.3.2-1289")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.cafdataprocessing" % "worker-markup-testing" % "3.3.2-1289"

Advertisement