is not current version
Last Version 1.2.0

ru.iopump.kotest:kotest-allure 0.2.3

Allure Listener for Kotest and some extra functions

GroupId

GroupId

ru.iopump.kotest
ArtifactId

ArtifactId

kotest-allure
Version

Version

0.2.3
Type

Type

jar

Download kotest-allure 0.2.3


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