MVN

io.thorntail.testsuite : testsuite-classloader

Maven & Gradle

Oct 30, 2018

Test Suite: ClassLoader-related · Test Suite: ClassLoader-related

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

Latest Version

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

  • Latest Stable: 2.2.1.Final

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.thorntail.testsuite</groupId>
    <artifactId>testsuite-classloader</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-classloader gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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