Download allure-testng-2.6.0.jar file - Jar a

Jar examples for a:allure-testng

Description

Allure TestNG

You can download jar file allure-testng 2.6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add allure-testng-2.6.0.jar to your project.

<dependency>
   <groupId>io.qameta.allure</groupId>
   <artifactId>allure-testng</artifactId>
   <version>2.6.0</version>
</dependency>
compile group: 'io.qameta.allure', name: 'allure-testng', version: '2.6.0'
libraryDependencies += "io.qameta.allure" % "allure-testng" % "2.6.0"
<dependency org="io.qameta.allure" name="allure-testng" rev="2.6.0"/>
@Grapes(@Grab(group='io.qameta.allure', module='allure-testng', version='2.6.0'))
'io.qameta.allure:allure-testng:jar:2.6.0'

Download

Click the following link to download the jar file.

allure-testng-2.6.0-javadoc.jar
allure-testng-2.6.0-sources.jar
allure-testng-2.6.0-spi-off.jar
allure-testng-2.6.0.jar
allure-testng-2.6.0.pom



Related Tutorials