is not current version
Last Version 2.6.5

com.github.sdrss:reportng 2.2.2

An HTML/XML Reporting Plug-in for TestNG

GroupId

GroupId

com.github.sdrss
ArtifactId

ArtifactId

reportng
Version

Version

2.2.2
Type

Type

jar

Download reportng 2.2.2


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