MVN

com.github.cafdataprocessing : worker-policy-converter-qa

Maven & Gradle

Dec 01, 2017
7 usages
0 stars
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-policy-converter-qa</artifactId>
    <version>1.5.0-84</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.0-84

All Versions

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

Version Vulnerabilities Updated
1.5.x
worker-policy-converter-qa-1.5.0-84
1.4.x
worker-policy-converter-qa-1.4.0-60
1.3.x
worker-policy-converter-qa-1.3.0-48
1.2.x
worker-policy-converter-qa-1.2.0-43
1.1.x
worker-policy-converter-qa-1.1.0-21
1.0.x
worker-policy-converter-qa-1.0.0-3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-policy-converter-qa</artifactId>
    <version>1.5.0-84</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.cafdataprocessing:worker-policy-converter-qa:1.5.0-84'

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

implementation("com.github.cafdataprocessing:worker-policy-converter-qa:1.5.0-84")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.cafdataprocessing" % "worker-policy-converter-qa" % "1.5.0-84"