<dependency>
<groupId>io.helidon.nima.testing.junit5</groupId>
<artifactId>helidon-nima-testing-junit5-project</artifactId>
<version>4.0.0-M1</version>
</dependency>
implementation group: 'io.helidon.nima.testing.junit5', name: 'helidon-nima-testing-junit5-project', version: '4.0.0-M1'
implementation 'io.helidon.nima.testing.junit5:helidon-nima-testing-junit5-project:4.0.0-M1'
implementation("io.helidon.nima.testing.junit5:helidon-nima-testing-junit5-project:4.0.0-M1")
libraryDependencies += "io.helidon.nima.testing.junit5" % "helidon-nima-testing-junit5-project" % "4.0.0-M1"
<dependency org="io.helidon.nima.testing.junit5" name="helidon-nima-testing-junit5-project" rev="4.0.0-M1"/>
@Grapes(
@Grab(group='io.helidon.nima.testing.junit5', module='helidon-nima-testing-junit5-project', version='4.0.0-M1')
)
[io.helidon.nima.testing.junit5/helidon-nima-testing-junit5-project "4.0.0-M1"]
'io.helidon.nima.testing.junit5:helidon-nima-testing-junit5-project:jar:4.0.0-M1'