MVN

com.github.claremontqualitymanagement : taf.restsupport

Maven & Gradle

Feb 10, 2020
1 usages
0 stars

TAF - REST support · This is the module enabling interacting with and testing REST interfaces with test automation framework TAF

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

Latest Version

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

  • Latest Stable: 4.0.7

All Versions

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

Version Vulnerabilities Updated
4.0.x
taf.restsupport-4.0.7
taf.restsupport-4.0.6
taf.restsupport-4.0.5
taf.restsupport-4.0.4
taf.restsupport-4.0.3
taf.restsupport-4.0.2
taf.restsupport-4.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.claremontqualitymanagement</groupId>
    <artifactId>taf.restsupport</artifactId>
    <version>4.0.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.claremontqualitymanagement:taf.restsupport:4.0.7'

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

implementation("com.github.claremontqualitymanagement:taf.restsupport:4.0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.claremontqualitymanagement" % "taf.restsupport" % "4.0.7"