| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJava Languages | 
        
| GroupId | GroupIdcom.github.aivancioglo | 
    
| ArtifactId | ArtifactIdresttest-java | 
    
| Last Version | Last Version1.4.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRestTest 
            Lib for REST API testing 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| resttest-java-1.4.0.pom | |
| resttest-java-1.4.0.jar | 106 KB | 
| resttest-java-1.4.0-sources.jar | 18 KB | 
| resttest-java-1.4.0-javadoc.jar | 129 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.aivancioglo/resttest-java/ -->
<dependency>
    <groupId>com.github.aivancioglo</groupId>
    <artifactId>resttest-java</artifactId>
    <version>1.4.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.aivancioglo/resttest-java/
implementation 'com.github.aivancioglo:resttest-java:1.4.0'
                // https://jarcasting.com/artifacts/com.github.aivancioglo/resttest-java/
implementation ("com.github.aivancioglo:resttest-java:1.4.0")
                'com.github.aivancioglo:resttest-java:jar:1.4.0'
                <dependency org="com.github.aivancioglo" name="resttest-java" rev="1.4.0">
  <artifact name="resttest-java" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.aivancioglo', module='resttest-java', version='1.4.0')
)
                libraryDependencies += "com.github.aivancioglo" % "resttest-java" % "1.4.0"
                [com.github.aivancioglo/resttest-java "1.4.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.rest-assured : rest-assured | jar | 3.2.0 | 
| io.rest-assured : json-path | jar | 3.2.0 | 
| io.rest-assured : xml-path | jar | 3.2.0 | 
| io.rest-assured : json-schema-validator | jar | 3.2.0 | 
| com.github.scribejava : scribejava-apis | jar | 2.5.3 | 
| org.codehaus.groovy : groovy-all | jar | 2.4.5 | 
| org.hamcrest : java-hamcrest | jar | 2.0.0.0 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.70 | 
| com.google.code.gson : gson | jar | 2.8.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |