License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.rationaleemotions |
ArtifactId | ArtifactIdjunitreport |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjunitreport
JUnit report for TestNG executions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junitreport-1.0.0.pom | |
junitreport-1.0.0.jar | 18 KB |
junitreport-1.0.0-sources.jar | 12 KB |
junitreport-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rationaleemotions/junitreport/ -->
<dependency>
<groupId>com.rationaleemotions</groupId>
<artifactId>junitreport</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rationaleemotions/junitreport/
implementation 'com.rationaleemotions:junitreport:1.0.0'
// https://jarcasting.com/artifacts/com.rationaleemotions/junitreport/
implementation ("com.rationaleemotions:junitreport:1.0.0")
'com.rationaleemotions:junitreport:jar:1.0.0'
<dependency org="com.rationaleemotions" name="junitreport" rev="1.0.0">
<artifact name="junitreport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rationaleemotions', module='junitreport', version='1.0.0')
)
libraryDependencies += "com.rationaleemotions" % "junitreport" % "1.0.0"
[com.rationaleemotions/junitreport "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |