| License |
License |
|---|---|
| GroupId | GroupIdru.iopump.kotest |
| ArtifactId | ArtifactIdkotest-allure |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKotest Allure Integration
Allure Listener for Kotest and some extra functions
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotest-allure-1.2.0.pom | |
| kotest-allure-1.2.0.jar | 45 KB |
| kotest-allure-1.2.0-sources.jar | 7 KB |
| kotest-allure-1.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/ -->
<dependency>
<groupId>ru.iopump.kotest</groupId>
<artifactId>kotest-allure</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation 'ru.iopump.kotest:kotest-allure:1.2.0'
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation ("ru.iopump.kotest:kotest-allure:1.2.0")
'ru.iopump.kotest:kotest-allure:jar:1.2.0'
<dependency org="ru.iopump.kotest" name="kotest-allure" rev="1.2.0">
<artifact name="kotest-allure" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.iopump.kotest', module='kotest-allure', version='1.2.0')
)
libraryDependencies += "ru.iopump.kotest" % "kotest-allure" % "1.2.0"
[ru.iopump.kotest/kotest-allure "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.opentest4j : opentest4j | jar | 1.2.0 |
| io.qameta.allure : allure-java-commons | jar | 2.16.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.32 |
| io.kotest : kotest-framework-api-jvm | jar | 4.6.3 |