GroupId | GroupIdcom.capgemini.ntc |
---|---|
ArtifactId | ArtifactIdallure-test-framework |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
allure-test-framework-0.0.2.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/ -->
<dependency>
<groupId>com.capgemini.ntc</groupId>
<artifactId>allure-test-framework</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/
implementation 'com.capgemini.ntc:allure-test-framework:0.0.2'
// https://jarcasting.com/artifacts/com.capgemini.ntc/allure-test-framework/
implementation ("com.capgemini.ntc:allure-test-framework:0.0.2")
'com.capgemini.ntc:allure-test-framework:pom:0.0.2'
<dependency org="com.capgemini.ntc" name="allure-test-framework" rev="0.0.2">
<artifact name="allure-test-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.capgemini.ntc', module='allure-test-framework', version='0.0.2')
)
libraryDependencies += "com.capgemini.ntc" % "allure-test-framework" % "0.0.2"
[com.capgemini.ntc/allure-test-framework "0.0.2"]