GroupId | GroupIdcom.capgemini.ntc |
---|---|
ArtifactId | ArtifactIdallure-test-framework |
Version | Version2.0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
allure-test-framework-2.0.0.3.pom | 20 KB |
Browse |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/
implementation ("com.capgemini.ntc:allure-test-framework:2.0.0.3")
'com.capgemini.ntc:allure-test-framework:pom:2.0.0.3'
<dependency org="com.capgemini.ntc" name="allure-test-framework" rev="2.0.0.3">
<artifact name="allure-test-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.capgemini.ntc', module='allure-test-framework', version='2.0.0.3')
)
libraryDependencies += "com.capgemini.ntc" % "allure-test-framework" % "2.0.0.3"
[com.capgemini.ntc/allure-test-framework "2.0.0.3"]