| Categories | CategoriesDex General Purpose Libraries Utility | 
|---|---|
| GroupId | GroupIdru.yandex.qatools.allure | 
| ArtifactId | ArtifactIdallure-core | 
| Version | Version1.4.23.HOTFIX1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| allure-core-1.4.23.HOTFIX1.pom | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-core/ -->
<dependency>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-core</artifactId>
    <version>1.4.23.HOTFIX1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-core/
implementation 'ru.yandex.qatools.allure:allure-core:1.4.23.HOTFIX1'// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-core/
implementation ("ru.yandex.qatools.allure:allure-core:1.4.23.HOTFIX1")'ru.yandex.qatools.allure:allure-core:pom:1.4.23.HOTFIX1'<dependency org="ru.yandex.qatools.allure" name="allure-core" rev="1.4.23.HOTFIX1">
  <artifact name="allure-core" type="pom" />
</dependency>@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-core', version='1.4.23.HOTFIX1')
)libraryDependencies += "ru.yandex.qatools.allure" % "allure-core" % "1.4.23.HOTFIX1"[ru.yandex.qatools.allure/allure-core "1.4.23.HOTFIX1"]