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

de.retest:retest-sut-api 3.2.0-beta

This module contains the API to interact with the SUT. It can be extended and implemented by individual SUTs to allow stuff like starting, stopping, creating a save point, resetting to save point, and the like.

Группа

Группа

de.retest
Идентификатор

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

retest-sut-api
Версия

Версия

3.2.0-beta
Тип

Тип

jar

Скачать retest-sut-api 3.2.0-beta


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