is not current version
Last Version 2.0.1

com.github.rest-driver:rest-driver 1.0.4

Test Driver to test your RESTful services and clients

GroupId

GroupId

com.github.rest-driver
ArtifactId

ArtifactId

rest-driver
Version

Version

1.0.4
Type

Type

pom

Download rest-driver 1.0.4

Filename Size
rest-driver-1.0.4.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver/ -->
<dependency>
    <groupId>com.github.rest-driver</groupId>
    <artifactId>rest-driver</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver/
implementation 'com.github.rest-driver:rest-driver:1.0.4'
// https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver/
implementation ("com.github.rest-driver:rest-driver:1.0.4")
'com.github.rest-driver:rest-driver:pom:1.0.4'
<dependency org="com.github.rest-driver" name="rest-driver" rev="1.0.4">
  <artifact name="rest-driver" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rest-driver', module='rest-driver', version='1.0.4')
)
libraryDependencies += "com.github.rest-driver" % "rest-driver" % "1.0.4"
[com.github.rest-driver/rest-driver "1.0.4"]