| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdio.vertx | 
| ArtifactId | ArtifactIdvertx-junit5 | 
| Last Version | Last Version4.3.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionVert.x JUnit 5 support :: Core Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Project Organization | Project OrganizationEclipse | 
| Filename | Size | 
|---|---|
| vertx-junit5-4.3.1.pom | |
| vertx-junit5-4.3.1.jar | 16 KB | 
| vertx-junit5-4.3.1-tests.jar | 41 KB | 
| vertx-junit5-4.3.1-test-sources.jar | 15 KB | 
| vertx-junit5-4.3.1-sources.jar | 17 KB | 
| vertx-junit5-4.3.1-javadoc.jar | 45 KB | 
| vertx-junit5-4.3.1-docs.zip | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-junit5/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-junit5</artifactId>
    <version>4.3.1</version>
</dependency>// https://jarcasting.com/artifacts/io.vertx/vertx-junit5/
implementation 'io.vertx:vertx-junit5:4.3.1'// https://jarcasting.com/artifacts/io.vertx/vertx-junit5/
implementation ("io.vertx:vertx-junit5:4.3.1")'io.vertx:vertx-junit5:jar:4.3.1'<dependency org="io.vertx" name="vertx-junit5" rev="4.3.1">
  <artifact name="vertx-junit5" type="jar" />
</dependency>@Grapes(
@Grab(group='io.vertx', module='vertx-junit5', version='4.3.1')
)libraryDependencies += "io.vertx" % "vertx-junit5" % "4.3.1"[io.vertx/vertx-junit5 "4.3.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.vertx : vertx-codegen Optional | jar | |
| io.vertx : vertx-core | jar | |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.junit.jupiter : junit-jupiter-params | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| io.vertx : vertx-docgen Optional | jar | |
| org.assertj : assertj-core Optional | jar | 3.21.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.platform : junit-platform-launcher | jar | |
| com.github.stefanbirkner : system-lambda | jar | 1.2.0 |