is not current version
Last Version 0.9.4

com.xebialabs.restito:restito 0.9.3

Restito - testing framework for rest clients

GroupId

GroupId

com.xebialabs.restito
ArtifactId

ArtifactId

restito
Version

Version

0.9.3
Type

Type

jar

Download restito 0.9.3


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