is not current version
Last Version 2.1.4

com.github.aivancioglo:RestTest 2.1.3

Lib for REST API testing

GroupId

GroupId

com.github.aivancioglo
ArtifactId

ArtifactId

RestTest
Version

Version

2.1.3
Type

Type

jar

Download RestTest 2.1.3


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