License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdme.fabriciorby |
ArtifactId | ArtifactIdmaven-surefire-junit5-tree-reporter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven-surefire-junit5-tree-reporter
Tree view reports for Maven Surefire JUnit5 plugin. :^)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/me.fabriciorby/maven-surefire-junit5-tree-reporter/ -->
<dependency>
<groupId>me.fabriciorby</groupId>
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.fabriciorby/maven-surefire-junit5-tree-reporter/
implementation 'me.fabriciorby:maven-surefire-junit5-tree-reporter:1.0.0'
// https://jarcasting.com/artifacts/me.fabriciorby/maven-surefire-junit5-tree-reporter/
implementation ("me.fabriciorby:maven-surefire-junit5-tree-reporter:1.0.0")
'me.fabriciorby:maven-surefire-junit5-tree-reporter:jar:1.0.0'
<dependency org="me.fabriciorby" name="maven-surefire-junit5-tree-reporter" rev="1.0.0">
<artifact name="maven-surefire-junit5-tree-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.fabriciorby', module='maven-surefire-junit5-tree-reporter', version='1.0.0')
)
libraryDependencies += "me.fabriciorby" % "maven-surefire-junit5-tree-reporter" % "1.0.0"
[me.fabriciorby/maven-surefire-junit5-tree-reporter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : maven-surefire-common | jar | 3.0.0-M7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |
org.mockito : mockito-core | jar | 4.6.1 |
org.mockito : mockito-junit-jupiter | jar | 4.6.1 |