allure-bom

This Bill of Materials POM can be used to ease dependency management when referencing multiple Allure artifacts using Gradle or Maven.

License

License

GroupId

GroupId

io.qameta.allure
ArtifactId

ArtifactId

allure-bom
Last Version

Last Version

2.18.1
Release Date

Release Date

Type

Type

pom
Description

Description

allure-bom
This Bill of Materials POM can be used to ease dependency management when referencing multiple Allure artifacts using Gradle or Maven.
Project URL

Project URL

https://github.com/allure-framework/allure-java
Source Code Management

Source Code Management

https://github.com/allure-framework/allure-java

Download allure-bom

How to add to project

<!-- https://jarcasting.com/artifacts/io.qameta.allure/allure-bom/ -->
<dependency>
    <groupId>io.qameta.allure</groupId>
    <artifactId>allure-bom</artifactId>
    <version>2.18.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.qameta.allure/allure-bom/
implementation 'io.qameta.allure:allure-bom:2.18.1'
// https://jarcasting.com/artifacts/io.qameta.allure/allure-bom/
implementation ("io.qameta.allure:allure-bom:2.18.1")
'io.qameta.allure:allure-bom:pom:2.18.1'
<dependency org="io.qameta.allure" name="allure-bom" rev="2.18.1">
  <artifact name="allure-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.qameta.allure', module='allure-bom', version='2.18.1')
)
libraryDependencies += "io.qameta.allure" % "allure-bom" % "2.18.1"
[io.qameta.allure/allure-bom "2.18.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.18.1
2.18.0
2.17.3
2.17.2
2.17.1
2.17.0
2.16.1
2.16.0
2.15.0