License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing ORM Data |
GroupId | GroupIdio.github.barrypitman |
ArtifactId | ArtifactIdjunit-xml-formatter |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjunitXmlFormatter
Contains a JUnit RunListener for generating JUnit XML reports
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-xml-formatter-1.3.pom | |
junit-xml-formatter-1.3.jar | 18 KB |
junit-xml-formatter-1.3-sources.jar | 15 KB |
junit-xml-formatter-1.3-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.barrypitman/junit-xml-formatter/ -->
<dependency>
<groupId>io.github.barrypitman</groupId>
<artifactId>junit-xml-formatter</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.barrypitman/junit-xml-formatter/
implementation 'io.github.barrypitman:junit-xml-formatter:1.3'
// https://jarcasting.com/artifacts/io.github.barrypitman/junit-xml-formatter/
implementation ("io.github.barrypitman:junit-xml-formatter:1.3")
'io.github.barrypitman:junit-xml-formatter:jar:1.3'
<dependency org="io.github.barrypitman" name="junit-xml-formatter" rev="1.3">
<artifact name="junit-xml-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.barrypitman', module='junit-xml-formatter', version='1.3')
)
libraryDependencies += "io.github.barrypitman" % "junit-xml-formatter" % "1.3"
[io.github.barrypitman/junit-xml-formatter "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |