i

integration-test-testng

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