Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.aoreshin |
ArtifactId | ArtifactIdallure-junit5-extensions |
Version | Version1.0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
allure-junit5-extensions-1.0.0.6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aoreshin/allure-junit5-extensions/ -->
<dependency>
<groupId>com.github.aoreshin</groupId>
<artifactId>allure-junit5-extensions</artifactId>
<version>1.0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-junit5-extensions/
implementation 'com.github.aoreshin:allure-junit5-extensions:1.0.0.6'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-junit5-extensions/
implementation ("com.github.aoreshin:allure-junit5-extensions:1.0.0.6")
'com.github.aoreshin:allure-junit5-extensions:pom:1.0.0.6'
<dependency org="com.github.aoreshin" name="allure-junit5-extensions" rev="1.0.0.6">
<artifact name="allure-junit5-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-junit5-extensions', version='1.0.0.6')
)
libraryDependencies += "com.github.aoreshin" % "allure-junit5-extensions" % "1.0.0.6"
[com.github.aoreshin/allure-junit5-extensions "1.0.0.6"]