MVN

io.qameta.allure : allure-kotlin-commons-test

Maven & Gradle

Mar 02, 2022

allure-kotlin-commons-test · Module allure-kotlin-commons-test of Allure Framework.

<dependency>
    <groupId>io.qameta.allure</groupId>
    <artifactId>allure-kotlin-commons-test</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qameta.allure : allure-kotlin-commons-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of io.qameta.allure : allure-kotlin-commons-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • allure-kotlin-commons-test-2.3.1

    Mar 01, 2022
  • allure-kotlin-commons-test-2.3.0

    Jan 25, 2022
  • allure-kotlin-commons-test-2.2.7

    Oct 25, 2021
  • allure-kotlin-commons-test-2.2.6

    May 31, 2021
  • allure-kotlin-commons-test-2.2.5

    Apr 30, 2021
  • allure-kotlin-commons-test-2.1.2

    Apr 30, 2021
  • allure-kotlin-commons-test-2.0.0

    Apr 30, 2021
  • allure-kotlin-commons-test-2.2.0

    Apr 29, 2021

How to add a dependency to Maven

Add the following io.qameta.allure : allure-kotlin-commons-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.qameta.allure</groupId>
    <artifactId>allure-kotlin-commons-test</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qameta.allure : allure-kotlin-commons-test gradle dependency to your build.gradle file:

implementation 'io.qameta.allure:allure-kotlin-commons-test:2.3.1'

Gradle Kotlin DSL: Add the following io.qameta.allure : allure-kotlin-commons-test gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qameta.allure:allure-kotlin-commons-test:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qameta.allure : allure-kotlin-commons-test sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qameta.allure" % "allure-kotlin-commons-test" % "2.3.1"