License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdme.fabriciorby |
ArtifactId | ArtifactIdmaven-surefire-junit5-tree-reporter |
Version | Version0.2.0 |
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>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.fabriciorby/maven-surefire-junit5-tree-reporter/
implementation 'me.fabriciorby:maven-surefire-junit5-tree-reporter:0.2.0'
// https://jarcasting.com/artifacts/me.fabriciorby/maven-surefire-junit5-tree-reporter/
implementation ("me.fabriciorby:maven-surefire-junit5-tree-reporter:0.2.0")
'me.fabriciorby:maven-surefire-junit5-tree-reporter:jar:0.2.0'
<dependency org="me.fabriciorby" name="maven-surefire-junit5-tree-reporter" rev="0.2.0">
<artifact name="maven-surefire-junit5-tree-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.fabriciorby', module='maven-surefire-junit5-tree-reporter', version='0.2.0')
)
libraryDependencies += "me.fabriciorby" % "maven-surefire-junit5-tree-reporter" % "0.2.0"
[me.fabriciorby/maven-surefire-junit5-tree-reporter "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : maven-surefire-common | jar | 3.0.0-M6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |