MVN

io.thorntail.testsuite : testsuite-mod_cluster

Maven & Gradle

Oct 30, 2018

Test Suite: mod_cluster · Test Suite: mod_cluster

<dependency>
    <groupId>io.thorntail.testsuite</groupId>
    <artifactId>testsuite-mod_cluster</artifactId>
    <version>2.2.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thorntail.testsuite : testsuite-mod_cluster to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1.Final

All Versions

Choose a version of io.thorntail.testsuite : testsuite-mod_cluster to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
testsuite-mod_cluster-2.2.1.Final
testsuite-mod_cluster-2.2.0.Final
2.1.x
testsuite-mod_cluster-2.1.0.Final
2.0.x
testsuite-mod_cluster-2.0.0.Final

How to add a dependency to Maven

Add the following io.thorntail.testsuite : testsuite-mod_cluster maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thorntail.testsuite</groupId>
    <artifactId>testsuite-mod_cluster</artifactId>
    <version>2.2.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thorntail.testsuite : testsuite-mod_cluster gradle dependency to your build.gradle file:

implementation 'io.thorntail.testsuite:testsuite-mod_cluster:2.2.1.Final'

Gradle Kotlin DSL: Add the following io.thorntail.testsuite : testsuite-mod_cluster gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thorntail.testsuite:testsuite-mod_cluster:2.2.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thorntail.testsuite : testsuite-mod_cluster sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thorntail.testsuite" % "testsuite-mod_cluster" % "2.2.1.Final"