is not current version
Last Version 1.2.0

ru.iopump.kotest:kotest-allure 1.0.0

Allure Listener for Kotest and some extra functions

GroupId

GroupId

ru.iopump.kotest
ArtifactId

ArtifactId

kotest-allure
Version

Version

1.0.0
Type

Type

jar

Download kotest-allure 1.0.0


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