License |
License |
---|---|
GroupId | GroupIdorg.uncommons |
ArtifactId | ArtifactIdreportng |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReportNG
ReportNG is a simple HTML reporting plug-in for the TestNG unit-testing framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
reportng-1.1.4.pom | |
reportng-1.1.4.jar | 40 KB |
reportng-1.1.4-test-sources.jar | 8 KB |
reportng-1.1.4-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uncommons/reportng/ -->
<dependency>
<groupId>org.uncommons</groupId>
<artifactId>reportng</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation 'org.uncommons:reportng:1.1.4'
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation ("org.uncommons:reportng:1.1.4")
'org.uncommons:reportng:jar:1.1.4'
<dependency org="org.uncommons" name="reportng" rev="1.1.4">
<artifact name="reportng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons', module='reportng', version='1.1.4')
)
libraryDependencies += "org.uncommons" % "reportng" % "1.1.4"
[org.uncommons/reportng "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | [5.0,) |
velocity : velocity | jar | 1.4 |