License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.webserver |
ArtifactId | ArtifactIdhelidon-webserver-test-support |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon WebServer Test Support
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-test-support/ -->
<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-test-support</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-test-support/
implementation 'io.helidon.webserver:helidon-webserver-test-support:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-test-support/
implementation ("io.helidon.webserver:helidon-webserver-test-support:3.0.0-M2")
'io.helidon.webserver:helidon-webserver-test-support:jar:3.0.0-M2'
<dependency org="io.helidon.webserver" name="helidon-webserver-test-support" rev="3.0.0-M2">
<artifact name="helidon-webserver-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-test-support', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-test-support" % "3.0.0-M2"
[io.helidon.webserver/helidon-webserver-test-support "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.webserver : helidon-webserver | jar | 3.0.0-M2 |
io.helidon.common : helidon-common | jar | 3.0.0-M2 |
io.helidon.common : helidon-common-reactive | jar | 3.0.0-M2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |