License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-junit5-vertx |
Last Version | Last Version2.7.2.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - Test framework - JUnit 5 - Vert.x
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-junit5-vertx/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-vertx</artifactId>
<version>2.7.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-junit5-vertx/
implementation 'io.quarkus:quarkus-junit5-vertx:2.7.2.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-junit5-vertx/
implementation ("io.quarkus:quarkus-junit5-vertx:2.7.2.Final")
'io.quarkus:quarkus-junit5-vertx:jar:2.7.2.Final'
<dependency org="io.quarkus" name="quarkus-junit5-vertx" rev="2.7.2.Final">
<artifact name="quarkus-junit5-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-junit5-vertx', version='2.7.2.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-junit5-vertx" % "2.7.2.Final"
[io.quarkus/quarkus-junit5-vertx "2.7.2.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-vertx | jar | |
io.smallrye.reactive : mutiny | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.7.2.Final |