MVN

com.github.claremontqualitymanagement : taf.json

Maven & Gradle

Feb 10, 2020
2 usages
0 stars

TAF JSON support · JSON support for the TAF test automation framework by Claremont.

<dependency>
    <groupId>com.github.claremontqualitymanagement</groupId>
    <artifactId>taf.json</artifactId>
    <version>4.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.claremontqualitymanagement : taf.json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3

All Versions

Choose a version of com.github.claremontqualitymanagement : taf.json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
taf.json-4.1.3
taf.json-4.1.2
taf.json-4.1.1
taf.json-4.1.0
4.0.x
taf.json-4.0.2
taf.json-4.0.1
taf.json-4.0.0

How to add a dependency to Maven

Add the following com.github.claremontqualitymanagement : taf.json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.claremontqualitymanagement</groupId>
    <artifactId>taf.json</artifactId>
    <version>4.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.claremontqualitymanagement : taf.json gradle dependency to your build.gradle file:

implementation 'com.github.claremontqualitymanagement:taf.json:4.1.3'

Gradle Kotlin DSL: Add the following com.github.claremontqualitymanagement : taf.json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.claremontqualitymanagement:taf.json:4.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.claremontqualitymanagement : taf.json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.claremontqualitymanagement" % "taf.json" % "4.1.3"

Advertisement