License |
License |
---|---|
GroupId | GroupIdcom.github.aivancioglo |
ArtifactId | ArtifactIdRestTest |
Last Version | Last Version2.1.4 |
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-2.1.4.pom | |
RestTest-2.1.4.jar | 86 KB |
RestTest-2.1.4-sources.jar | 11 KB |
RestTest-2.1.4-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aivancioglo/RestTest/ -->
<dependency>
<groupId>com.github.aivancioglo</groupId>
<artifactId>RestTest</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aivancioglo/RestTest/
implementation 'com.github.aivancioglo:RestTest:2.1.4'
// https://jarcasting.com/artifacts/com.github.aivancioglo/RestTest/
implementation ("com.github.aivancioglo:RestTest:2.1.4")
'com.github.aivancioglo:RestTest:jar:2.1.4'
<dependency org="com.github.aivancioglo" name="RestTest" rev="2.1.4">
<artifact name="RestTest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aivancioglo', module='RestTest', version='2.1.4')
)
libraryDependencies += "com.github.aivancioglo" % "RestTest" % "2.1.4"
[com.github.aivancioglo/RestTest "2.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0-M1 |
org.seleniumhq.selenium : selenium-java | jar | 3.4.0 |
io.rest-assured : rest-assured | jar | 3.0.6 |
io.rest-assured : json-path | jar | 3.0.6 |
io.rest-assured : json-schema-validator | jar | 3.0.6 |
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.jetbrains.kotlin : kotlin-stdlib-jre8 | jar | 1.2.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.2.10 |