is not current version
Last Version 2.1.0

com.capgemini.ntc:allure-test-framework 2.0.0

Allure Test Framework is an automated testing framework for functional testing of web applications, native mobile apps, webservices and database.

GroupId

GroupId

com.capgemini.ntc
ArtifactId

ArtifactId

allure-test-framework
Version

Version

2.0.0
Type

Type

pom

Download allure-test-framework 2.0.0


<!-- https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/ -->
<dependency>
    <groupId>com.capgemini.ntc</groupId>
    <artifactId>allure-test-framework</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/
implementation 'com.capgemini.ntc:allure-test-framework:2.0.0'
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/
implementation ("com.capgemini.ntc:allure-test-framework:2.0.0")
'com.capgemini.ntc:allure-test-framework:pom:2.0.0'
<dependency org="com.capgemini.ntc" name="allure-test-framework" rev="2.0.0">
  <artifact name="allure-test-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.capgemini.ntc', module='allure-test-framework', version='2.0.0')
)
libraryDependencies += "com.capgemini.ntc" % "allure-test-framework" % "2.0.0"
[com.capgemini.ntc/allure-test-framework "2.0.0"]