License |
License |
---|---|
Categories |
CategoriesIDE Development Tools JUnit Unit Testing |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-rx-junit5-providers |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x JUnit 5 support
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
Filename | Size |
---|---|
vertx-rx-junit5-providers-4.3.1.pom | 2 KB |
vertx-rx-junit5-providers-4.3.1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-rx-junit5-providers/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-junit5-providers</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-rx-junit5-providers/
implementation 'io.vertx:vertx-rx-junit5-providers:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-rx-junit5-providers/
implementation ("io.vertx:vertx-rx-junit5-providers:4.3.1")
'io.vertx:vertx-rx-junit5-providers:jar:4.3.1'
<dependency org="io.vertx" name="vertx-rx-junit5-providers" rev="4.3.1">
<artifact name="vertx-rx-junit5-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-rx-junit5-providers', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-rx-junit5-providers" % "4.3.1"
[io.vertx/vertx-rx-junit5-providers "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-junit5 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.14.0 |