| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdorg.dynamide |
| ArtifactId | ArtifactIdRestReplay |
| Last Version | Last Version1.0.27 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRestReplay
RestReplay is a dynamide.org utility to send REST requests to the services layer
(including JSON, XML, and multipart XML requests),
read responses, validate responses,
and compare the resulting payloads with templates.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| RestReplay-1.0.27.pom | |
| RestReplay-1.0.27.jar | 574 KB |
| RestReplay-1.0.27-standalone.jar | 4 MB |
| RestReplay-1.0.27-sources.jar | 218 KB |
| RestReplay-1.0.27-javadoc.jar | 431 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dynamide/RestReplay/ -->
<dependency>
<groupId>org.dynamide</groupId>
<artifactId>RestReplay</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.dynamide/RestReplay/
implementation 'org.dynamide:RestReplay:1.0.27'
// https://jarcasting.com/artifacts/org.dynamide/RestReplay/
implementation ("org.dynamide:RestReplay:1.0.27")
'org.dynamide:RestReplay:jar:1.0.27'
<dependency org="org.dynamide" name="RestReplay" rev="1.0.27">
<artifact name="RestReplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dynamide', module='RestReplay', version='1.0.27')
)
libraryDependencies += "org.dynamide" % "RestReplay" % "1.0.27"
[org.dynamide/RestReplay "1.0.27"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : slf4j-log4j12 | jar | RELEASE |
| commons-cli : commons-cli | jar | RELEASE |
| org.testng : testng | jar | RELEASE |
| commons-httpclient : commons-httpclient | jar | RELEASE |
| dom4j : dom4j | jar | 1.6.1 |
| jaxen : jaxen | jar | 1.1.6 |
| org.apache.commons : commons-jexl | jar | RELEASE |
| commons-io : commons-io | jar | RELEASE |
| jdom : jdom | jar | 1.0 |
| org.json : json | jar | 20140107 |
| com.jayway.jsonpath : json-path | jar | 1.2.0 |
| com.google.code.gson : gson | jar | 2.3.1 |
| cat.inspiracio : rhino-js-engine | jar | 1.7.7.1 |
| org.mozilla : rhino | jar | 1.7R4 |