is not current version
Last Version 2.0.1

com.github.rest-driver:rest-driver-shared 2.0.0


GroupId

GroupId

com.github.rest-driver
ArtifactId

ArtifactId

rest-driver-shared
Version

Version

2.0.0
Type

Type

jar

Download rest-driver-shared 2.0.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver-shared/
implementation 'com.github.rest-driver:rest-driver-shared:2.0.0'
// https://jarcasting.com/artifacts/com.github.rest-driver/rest-driver-shared/
implementation ("com.github.rest-driver:rest-driver-shared:2.0.0")
'com.github.rest-driver:rest-driver-shared:jar:2.0.0'
<dependency org="com.github.rest-driver" name="rest-driver-shared" rev="2.0.0">
  <artifact name="rest-driver-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rest-driver', module='rest-driver-shared', version='2.0.0')
)
libraryDependencies += "com.github.rest-driver" % "rest-driver-shared" % "2.0.0"
[com.github.rest-driver/rest-driver-shared "2.0.0"]