Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.aoreshin |
ArtifactId | ArtifactIdallure-junit5-extensions |
Version | Version1.0.0.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-junit5-extensions/
implementation 'com.github.aoreshin:allure-junit5-extensions:1.0.0.1'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-junit5-extensions/
implementation ("com.github.aoreshin:allure-junit5-extensions:1.0.0.1")
'com.github.aoreshin:allure-junit5-extensions:jar:1.0.0.1'
<dependency org="com.github.aoreshin" name="allure-junit5-extensions" rev="1.0.0.1">
<artifact name="allure-junit5-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-junit5-extensions', version='1.0.0.1')
)
libraryDependencies += "com.github.aoreshin" % "allure-junit5-extensions" % "1.0.0.1"
[com.github.aoreshin/allure-junit5-extensions "1.0.0.1"]