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

io.rest-assured:spring-web-test-client 4.2.0


Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

io.rest-assured
Идентификатор

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

spring-web-test-client
Версия

Версия

4.2.0
Тип

Тип

jar

Скачать spring-web-test-client 4.2.0


<!-- https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/ -->
<dependency>
    <groupId>io.rest-assured</groupId>
    <artifactId>spring-web-test-client</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/
implementation 'io.rest-assured:spring-web-test-client:4.2.0'
// https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/
implementation ("io.rest-assured:spring-web-test-client:4.2.0")
'io.rest-assured:spring-web-test-client:jar:4.2.0'
<dependency org="io.rest-assured" name="spring-web-test-client" rev="4.2.0">
  <artifact name="spring-web-test-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='spring-web-test-client', version='4.2.0')
)
libraryDependencies += "io.rest-assured" % "spring-web-test-client" % "4.2.0"
[io.rest-assured/spring-web-test-client "4.2.0"]