| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.testxng |
| Идентификатор | Идентификаторroot |
| Последняя версия | Последняя версия0.7.99.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTestXNG
TestXNG is an XML testing framework, inspired by TestNG.
It can be used to test XML Schemas and XSL Transformations, allows tests to be organized in groups, and dependencies to be defined between tests and tests and groups.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| root-0.7.99.2.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.testxng/root/ -->
<dependency>
<groupId>net.sourceforge.testxng</groupId>
<artifactId>root</artifactId>
<version>0.7.99.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.testxng/root/
implementation 'net.sourceforge.testxng:root:0.7.99.2'
// https://jarcasting.com/artifacts/net.sourceforge.testxng/root/
implementation ("net.sourceforge.testxng:root:0.7.99.2")
'net.sourceforge.testxng:root:pom:0.7.99.2'
<dependency org="net.sourceforge.testxng" name="root" rev="0.7.99.2">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.testxng', module='root', version='0.7.99.2')
)
libraryDependencies += "net.sourceforge.testxng" % "root" % "0.7.99.2"
[net.sourceforge.testxng/root "0.7.99.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.7 |