c

corounit-allure-example

https://github.com/ru-fix/corounit
https://github.com/ru-fix/corounit
The Apache License, Version 2.0
JFix Team
Files download
File Operation
corounit-allure-example-1.0.2.jar download
corounit-allure-example-1.0.2.pom download
corounit-allure-example-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.fix</groupId>
  <artifactId>corounit-allure-example</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'ru.fix:corounit-allure-example:1.0.2'
Gradle Kotlin
implementation("ru.fix:corounit-allure-example:1.0.2")
Scala SBT
libraryDependencies += "ru.fix" % "corounit-allure-example" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='ru.fix', module='corounit-allure-example', version='1.0.2')
)
Apache Ivy
<dependency org="ru.fix" name="corounit-allure-example" rev="1.0.2" />
Leiningen
[ru.fix/corounit-allure-example "1.0.2"]
Apache Buildr
'ru.fix:corounit-allure-example:jar:1.0.2'