Allure 1.* Model
This repository stores utility classes and the main XSD file, which is used while generating XML results and when validating such XML coming from outside.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.allurefw |
| Идентификатор | Идентификаторallure1-model |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAllure Model
The parent pom.xml for our open source projects
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| allure1-model-1.0.pom | |
| allure1-model-1.0.jar | 35 KB |
| allure1-model-1.0-sources.jar | 25 KB |
| allure1-model-1.0-javadoc.jar | 166 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.allurefw/allure1-model/ -->
<dependency>
<groupId>org.allurefw</groupId>
<artifactId>allure1-model</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.allurefw/allure1-model/
implementation 'org.allurefw:allure1-model:1.0'
// https://jarcasting.com/artifacts/org.allurefw/allure1-model/
implementation ("org.allurefw:allure1-model:1.0")
'org.allurefw:allure1-model:jar:1.0'
<dependency org="org.allurefw" name="allure1-model" rev="1.0">
<artifact name="allure1-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.allurefw', module='allure1-model', version='1.0')
)
libraryDependencies += "org.allurefw" % "allure1-model" % "1.0"
[org.allurefw/allure1-model "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ru.qatools.commons : properties | jar | 2.0.RC5 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| com.github.baev : jaxb-utils | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.slf4j : slf4j-simple | jar | 1.7.21 |
| ru.yandex.qatools.matchers : nio-matchers | jar | 1.3 |
This repository stores utility classes and the main XSD file, which is used while generating XML results and when validating such XML coming from outside.