is not current version
Last Version 1.2.0

ru.iopump.kotest:kotest-allure 0.4.0

Allure Listener for Kotest and some extra functions

GroupId

GroupId

ru.iopump.kotest
ArtifactId

ArtifactId

kotest-allure
Version

Version

0.4.0
Type

Type

jar

Download kotest-allure 0.4.0


<!-- https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/ -->
<dependency>
    <groupId>ru.iopump.kotest</groupId>
    <artifactId>kotest-allure</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation 'ru.iopump.kotest:kotest-allure:0.4.0'
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation ("ru.iopump.kotest:kotest-allure:0.4.0")
'ru.iopump.kotest:kotest-allure:jar:0.4.0'
<dependency org="ru.iopump.kotest" name="kotest-allure" rev="0.4.0">
  <artifact name="kotest-allure" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.iopump.kotest', module='kotest-allure', version='0.4.0')
)
libraryDependencies += "ru.iopump.kotest" % "kotest-allure" % "0.4.0"
[ru.iopump.kotest/kotest-allure "0.4.0"]