License |
License |
---|---|
GroupId | GroupIdcom.github.rest-driver |
ArtifactId | ArtifactIdrest-driver-shared |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionREST Driver Shared
Test Driver to test your RESTful services and clients
|
Filename | Size |
---|---|
rest-driver-shared-2.0.1.pom | |
rest-driver-shared-2.0.1.jar | 5 KB |
rest-driver-shared-2.0.1-sources.jar | 4 KB |
rest-driver-shared-2.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver-shared/ -->
<dependency>
<groupId>com.github.rest-driver</groupId>
<artifactId>rest-driver-shared</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver-shared/
implementation 'com.github.rest-driver:rest-driver-shared:2.0.1'
// https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver-shared/
implementation ("com.github.rest-driver:rest-driver-shared:2.0.1")
'com.github.rest-driver:rest-driver-shared:jar:2.0.1'
<dependency org="com.github.rest-driver" name="rest-driver-shared" rev="2.0.1">
<artifact name="rest-driver-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rest-driver', module='rest-driver-shared', version='2.0.1')
)
libraryDependencies += "com.github.rest-driver" % "rest-driver-shared" % "2.0.1"
[com.github.rest-driver/rest-driver-shared "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
com.google.guava : guava | jar | 30.0-android |
com.jayway.jsonpath : json-path | jar | 0.9.1 |
org.hamcrest : hamcrest-library | jar | 1.3 |
xmlunit : xmlunit | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |