<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-report-data</artifactId>
<version>1.4.10</version>
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-report-data', version='1.4.10')
)
<parent> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-core</artifactId> <version>1.4.10</version> </parent>
compile
|-- ru.yandex.qatools.allure:allure-commons
|-- ru.yandex.qatools.allure:allure-report-plugin-api
|-- com.fasterxml.jackson.core:jackson-databind:2.3.0
|-- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.3.0
|-- org.modelmapper:modelmapper:0.7.3
|-- org.codehaus.groovy:groovy:2.4.0
|-- junit:junit