h

helidon-webserver-testing-junit5-project

Files download
File Operation
helidon-webserver-testing-junit5-project-4.1.4.pom download
Apache Maven
<dependency>
  <groupId>io.helidon.webserver.testing.junit5</groupId>
  <artifactId>helidon-webserver-testing-junit5-project</artifactId>
  <version>4.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.helidon.webserver.testing.junit5:helidon-webserver-testing-junit5-project:4.1.4'
Gradle Kotlin
implementation("io.helidon.webserver.testing.junit5:helidon-webserver-testing-junit5-project:4.1.4")
Scala SBT
libraryDependencies += "io.helidon.webserver.testing.junit5" % "helidon-webserver-testing-junit5-project" % "4.1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.webserver.testing.junit5', module='helidon-webserver-testing-junit5-project', version='4.1.4')
)
Apache Ivy
<dependency org="io.helidon.webserver.testing.junit5" name="helidon-webserver-testing-junit5-project" rev="4.1.4" />
Leiningen
[io.helidon.webserver.testing.junit5/helidon-webserver-testing-junit5-project "4.1.4"]
Apache Buildr
'io.helidon.webserver.testing.junit5:helidon-webserver-testing-junit5-project:jar:4.1.4'