RestTest

Lib for REST API testing

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.aivancioglo
ArtifactId

ArtifactId

resttest-java
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

RestTest
Lib for REST API testing
Project URL

Project URL

http://github.com/aivancioglo/RestTest
Source Code Management

Source Code Management

http://github.com/aivancioglo/RestTest/tree/master

Download resttest-java

How to add to project

<!-- 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"]

Dependencies

compile (10)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0