| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdio.qameta.allure |
| ArtifactId | ArtifactIdallure-junit4 |
| Last Version | Last Version2.18.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionallure-junit4
Module allure-junit4 of Allure Framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| allure-junit4-2.18.1.pom | |
| allure-junit4-2.18.1.jar | 7 KB |
| allure-junit4-2.18.1-sources.jar | 5 KB |
| allure-junit4-2.18.1-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.qameta.allure/allure-junit4/ -->
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit4</artifactId>
<version>2.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.qameta.allure/allure-junit4/
implementation 'io.qameta.allure:allure-junit4:2.18.1'
// https://jarcasting.com/artifacts/io.qameta.allure/allure-junit4/
implementation ("io.qameta.allure:allure-junit4:2.18.1")
'io.qameta.allure:allure-junit4:jar:2.18.1'
<dependency org="io.qameta.allure" name="allure-junit4" rev="2.18.1">
<artifact name="allure-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qameta.allure', module='allure-junit4', version='2.18.1')
)
libraryDependencies += "io.qameta.allure" % "allure-junit4" % "2.18.1"
[io.qameta.allure/allure-junit4 "2.18.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.qameta.allure : allure-java-commons | jar | 2.18.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |