is not current version
Last Version 3.0.5

com.github.aivancioglo:resttest 2.1.0

Lib for REST API testing

GroupId

GroupId

com.github.aivancioglo
ArtifactId

ArtifactId

resttest
Version

Version

2.1.0
Type

Type

jar

Download resttest 2.1.0


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