<dependency>
<groupId>io.helidon.microprofile.tests</groupId>
<artifactId>helidon-microprofile-tests-testng</artifactId>
<version>3.2.11</version>
</dependency>
implementation 'io.helidon.microprofile.tests:helidon-microprofile-tests-testng:3.2.11'
implementation("io.helidon.microprofile.tests:helidon-microprofile-tests-testng:3.2.11")
libraryDependencies += "io.helidon.microprofile.tests" % "helidon-microprofile-tests-testng" % "3.2.11"
@Grapes(
@Grab(group='io.helidon.microprofile.tests', module='helidon-microprofile-tests-testng', version='3.2.11')
)
<dependency org="io.helidon.microprofile.tests" name="helidon-microprofile-tests-testng" rev="3.2.11" />