не последняя версия
Последняя версия 0.9.4

com.xebialabs.restito:restito 0.5

Restito - testing framework for rest clients

Группа

Группа

com.xebialabs.restito
Идентификатор

Идентификатор

restito
Версия

Версия

0.5
Тип

Тип

jar

Скачать restito 0.5


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