License |
License |
---|---|
GroupId | GroupIdru.iopump.kotest |
ArtifactId | ArtifactIdkotest-allure |
Version | Version1.0.1 |
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.0.1.pom | |
kotest-allure-1.0.1.jar | 90 KB |
kotest-allure-1.0.1-sources.jar | 12 KB |
kotest-allure-1.0.1-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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation 'ru.iopump.kotest:kotest-allure:1.0.1'
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation ("ru.iopump.kotest:kotest-allure:1.0.1")
'ru.iopump.kotest:kotest-allure:jar:1.0.1'
<dependency org="ru.iopump.kotest" name="kotest-allure" rev="1.0.1">
<artifact name="kotest-allure" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.iopump.kotest', module='kotest-allure', version='1.0.1')
)
libraryDependencies += "ru.iopump.kotest" % "kotest-allure" % "1.0.1"
[ru.iopump.kotest/kotest-allure "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.opentest4j : opentest4j | jar | 1.2.0 |
io.qameta.allure : allure-java-commons | jar | 2.13.9 |
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.4.3 |
Group / Artifact | Type | Version |
---|---|---|
io.kotest : kotest-property | jar | 4.4.3 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
io.kotest : kotest-runner-junit5-jvm | jar | 4.4.3 |