MVN

com.github.cafdataprocessing : worker-markup-shared

Maven & Gradle

Jul 28, 2023
7 usages
0 stars
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-markup-shared</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-shared 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-shared to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-markup-shared</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-shared gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement