is not current version
Last Version 1.1.4

org.uncommons:reportng 1.1.3

ReportNG is a simple HTML reporting plug-in for the TestNG unit-testing framework

GroupId

GroupId

org.uncommons
ArtifactId

ArtifactId

reportng
Version

Version

1.1.3
Type

Type

jar

Download reportng 1.1.3


<!-- https://jarcasting.com/artifacts/org.uncommons/reportng/ -->
<dependency>
    <groupId>org.uncommons</groupId>
    <artifactId>reportng</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation 'org.uncommons:reportng:1.1.3'
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation ("org.uncommons:reportng:1.1.3")
'org.uncommons:reportng:jar:1.1.3'
<dependency org="org.uncommons" name="reportng" rev="1.1.3">
  <artifact name="reportng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons', module='reportng', version='1.1.3')
)
libraryDependencies += "org.uncommons" % "reportng" % "1.1.3"
[org.uncommons/reportng "1.1.3"]