| GroupId | GroupIdru.iopump.kotest |
|---|---|
| ArtifactId | ArtifactIdkotest-allure |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kotest-allure-0.2.0.pom | |
| kotest-allure-0.2.0.jar | 44 KB |
| kotest-allure-0.2.0-sources.jar | 7 KB |
| kotest-allure-0.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>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation 'ru.iopump.kotest:kotest-allure:0.2.0'
// https://jarcasting.com/artifacts/ru.iopump.kotest/kotest-allure/
implementation ("ru.iopump.kotest:kotest-allure:0.2.0")
'ru.iopump.kotest:kotest-allure:jar:0.2.0'
<dependency org="ru.iopump.kotest" name="kotest-allure" rev="0.2.0">
<artifact name="kotest-allure" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.iopump.kotest', module='kotest-allure', version='0.2.0')
)
libraryDependencies += "ru.iopump.kotest" % "kotest-allure" % "0.2.0"
[ru.iopump.kotest/kotest-allure "0.2.0"]