| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.uncommons |
| Идентификатор | Идентификаторreportng |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеReportNG
ReportNG is a simple HTML reporting plug-in for the TestNG unit-testing framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| reportng-1.1.4.pom | |
| reportng-1.1.4.jar | 40 KB |
| reportng-1.1.4-test-sources.jar | 8 KB |
| reportng-1.1.4-sources.jar | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.uncommons/reportng/ -->
<dependency>
<groupId>org.uncommons</groupId>
<artifactId>reportng</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation 'org.uncommons:reportng:1.1.4'
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation ("org.uncommons:reportng:1.1.4")
'org.uncommons:reportng:jar:1.1.4'
<dependency org="org.uncommons" name="reportng" rev="1.1.4">
<artifact name="reportng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons', module='reportng', version='1.1.4')
)
libraryDependencies += "org.uncommons" % "reportng" % "1.1.4"
[org.uncommons/reportng "1.1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | [5.0,) |
| velocity : velocity | jar | 1.4 |