<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-java-commons</artifactId>
<version>1.3.2</version>
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-java-commons', version='1.3.2')
)
<parent> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-java</artifactId> <version>1.3.2</version> </parent>
compile
|-- ru.yandex.qatools.allure:allure-java-annotations
|-- org.apache.commons:commons-lang3:3.1
|-- org.jvnet.jaxb2_commons:jaxb2-basics-runtime:0.6.5
|-- com.sun.xml.bind:jaxb-impl:2.2.7
test
|-- junit:junit