is not current version
Last Version 2.6.5

com.github.sdrss:reportng 2.2.0

An HTML/XML Reporting Plug-in for TestNG

GroupId

GroupId

com.github.sdrss
ArtifactId

ArtifactId

reportng
Version

Version

2.2.0
Type

Type

jar

Download reportng 2.2.0


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