<dependency>
<groupId>io.toolisticon.compiletesting</groupId>
<artifactId>integration-test-testng</artifactId>
<version>0.8.0</version>
<type>bundle</type>
</dependency>
libraryDependencies += "io.toolisticon.compiletesting" % "integration-test-testng" % "0.8.0"
@Grapes(
@Grab(group='io.toolisticon.compiletesting', module='integration-test-testng', version='0.8.0')
)
<dependency org="io.toolisticon.compiletesting" name="integration-test-testng" rev="0.8.0" />