MVN

io.qadenz : qadenz

Maven & Gradle

Nov 15, 2021
2 stars

A robust test automation library.

<dependency>
    <groupId>io.qadenz</groupId>
    <artifactId>qadenz</artifactId>
    <version>1.0.0-BETA-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qadenz : qadenz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-BETA-2
  • Latest Beta: 1.0.0-BETA-2

All Versions

Choose a version of io.qadenz : qadenz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
qadenz-1.0.0-BETA-2
qadenz-1.0.0-BETA-1.1

How to add a dependency to Maven

Add the following io.qadenz : qadenz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.qadenz</groupId>
    <artifactId>qadenz</artifactId>
    <version>1.0.0-BETA-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qadenz : qadenz gradle dependency to your build.gradle file:

implementation 'io.qadenz:qadenz:1.0.0-BETA-2'

Gradle Kotlin DSL: Add the following io.qadenz : qadenz gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qadenz:qadenz:1.0.0-BETA-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qadenz : qadenz sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qadenz" % "qadenz" % "1.0.0-BETA-2"