is not current version
Last Version 2.6.5

com.github.sdrss:reportng 2.3.1

An HTML/XML Reporting Plug-in for TestNG

GroupId

GroupId

com.github.sdrss
ArtifactId

ArtifactId

reportng
Version

Version

2.3.1
Type

Type

jar

Download reportng 2.3.1


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