не последняя версия
Последняя версия 2.6.5

com.github.sdrss:reportng 2.3.1

An HTML/XML Reporting Plug-in for TestNG

Группа

Группа

com.github.sdrss
Идентификатор

Идентификатор

reportng
Версия

Версия

2.3.1
Тип

Тип

jar

Скачать 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"]