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