MVN

de.retest : retest-sut-api

Maven & Gradle

Dec 13, 2018
3 usages

retest - SUT API · 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.

<dependency>
    <groupId>de.retest</groupId>
    <artifactId>retest-sut-api</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.retest : retest-sut-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0
  • Latest Beta: 3.2.0-beta

All Versions

Choose a version of de.retest : retest-sut-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
retest-sut-api-3.2.0
retest-sut-api-3.2.0-beta

How to add a dependency to Maven

Add the following de.retest : retest-sut-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.retest</groupId>
    <artifactId>retest-sut-api</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.retest : retest-sut-api gradle dependency to your build.gradle file:

implementation 'de.retest:retest-sut-api:3.2.0'

Gradle Kotlin DSL: Add the following de.retest : retest-sut-api gradle kotlin dependency to your build.gradle.kts file:

implementation("de.retest:retest-sut-api:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.retest : retest-sut-api sbt scala dependency to your build.sbt file:

libraryDependencies += "de.retest" % "retest-sut-api" % "3.2.0"

Advertisement