MVN

ru.yandex.qatools.allure : allure-examples-parent

Maven & Gradle

Mar 29, 2015
2 stars

Allure Examples Parent · Parent for Allure examples projects. It helps to hide unnecessary pom elements such as compiler plugin configuration.

<dependency>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-examples-parent</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yandex.qatools.allure : allure-examples-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of ru.yandex.qatools.allure : allure-examples-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
allure-examples-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-examples-parent</artifactId>
    <version>1.0</version>
</dependency>