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

io.rest-assured:rest-assured-parent 3.0.1

Java DSL for easy testing of REST services

Группа

Группа

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

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

rest-assured-parent
Версия

Версия

3.0.1
Тип

Тип

pom

Скачать rest-assured-parent 3.0.1

Имя Файла Размер
rest-assured-parent-3.0.1.pom 12 KB
Обзор

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