<dependency>
<groupId>io.helidon.common.testing</groupId>
<artifactId>helidon-common-testing-junit5</artifactId>
<version>3.2.10</version>
</dependency>
libraryDependencies += "io.helidon.common.testing" % "helidon-common-testing-junit5" % "3.2.10"
@Grapes(
@Grab(group='io.helidon.common.testing', module='helidon-common-testing-junit5', version='3.2.10')
)
<dependency org="io.helidon.common.testing" name="helidon-common-testing-junit5" rev="3.2.10" />