Files download
File Operation
extension-testng-0.8.0.jar download
extension-testng-0.8.0.pom download
extension-testng-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.toolisticon.compiletesting</groupId>
  <artifactId>extension-testng</artifactId>
  <version>0.8.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.toolisticon.compiletesting:extension-testng:0.8.0'
Gradle Kotlin
implementation("io.toolisticon.compiletesting:extension-testng:0.8.0")
Scala SBT
libraryDependencies += "io.toolisticon.compiletesting" % "extension-testng" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.toolisticon.compiletesting', module='extension-testng', version='0.8.0')
)
Apache Ivy
<dependency org="io.toolisticon.compiletesting" name="extension-testng" rev="0.8.0" />
Leiningen
[io.toolisticon.compiletesting/extension-testng "0.8.0"]
Apache Buildr
'io.toolisticon.compiletesting:extension-testng:jar:0.8.0'