| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.claremontqualitymanagement | 
    
| ArtifactId | ArtifactIdtaf.restsupport | 
    
| Last Version | Last Version4.0.7 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionTAF - REST support 
            This is the module enabling interacting with and testing REST interfaces with test automation framework TAF 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| taf.restsupport-4.0.7.pom | |
| taf.restsupport-4.0.7.jar | 45 KB | 
| taf.restsupport-4.0.7-sources.jar | 20 KB | 
| taf.restsupport-4.0.7-javadoc.jar | 98 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.restsupport/ -->
<dependency>
    <groupId>com.github.claremontqualitymanagement</groupId>
    <artifactId>taf.restsupport</artifactId>
    <version>4.0.7</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.restsupport/
implementation 'com.github.claremontqualitymanagement:taf.restsupport:4.0.7'
                // https://jarcasting.com/artifacts/com.github.claremontqualitymanagement/taf.restsupport/
implementation ("com.github.claremontqualitymanagement:taf.restsupport:4.0.7")
                'com.github.claremontqualitymanagement:taf.restsupport:jar:4.0.7'
                <dependency org="com.github.claremontqualitymanagement" name="taf.restsupport" rev="4.0.7">
  <artifact name="taf.restsupport" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.claremontqualitymanagement', module='taf.restsupport', version='4.0.7')
)
                libraryDependencies += "com.github.claremontqualitymanagement" % "taf.restsupport" % "4.0.7"
                [com.github.claremontqualitymanagement/taf.restsupport "4.0.7"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.4.1 | 
| com.squareup.okio : okio | jar | 1.11.0 | 
| org.apache.httpcomponents : httpcore | jar | 4.4.13 | 
| com.github.claremontqualitymanagement : taf.json | jar | 4.1.3 | 
| com.jayway.jsonpath : json-path | jar | 2.4.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| com.squareup.okhttp3 : mockwebserver | jar | 3.4.1 |