MVN

dev.aherscu.qa : qa-jgiven-commons

Maven & Gradle

Aug 23, 2023
1 stars

QA JGiven Commons · Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test properties and integrating Unitils for managing file-loading and database-driven tests.

<dependency>
    <groupId>dev.aherscu.qa</groupId>
    <artifactId>qa-jgiven-commons</artifactId>
    <version>0.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.aherscu.qa : qa-jgiven-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.28

All Versions

Choose a version of dev.aherscu.qa : qa-jgiven-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
qa-jgiven-commons-0.0.28
qa-jgiven-commons-0.0.27
qa-jgiven-commons-0.0.26
qa-jgiven-commons-0.0.25
qa-jgiven-commons-0.0.24
qa-jgiven-commons-0.0.23
qa-jgiven-commons-0.0.22
qa-jgiven-commons-0.0.21
qa-jgiven-commons-0.0.20
qa-jgiven-commons-0.0.19
qa-jgiven-commons-0.0.18
qa-jgiven-commons-0.0.17
qa-jgiven-commons-0.0.16
qa-jgiven-commons-0.0.15
qa-jgiven-commons-0.0.14
qa-jgiven-commons-0.0.13
qa-jgiven-commons-0.0.12
qa-jgiven-commons-0.0.11
qa-jgiven-commons-0.0.10
qa-jgiven-commons-0.0.8
qa-jgiven-commons-0.0.7
qa-jgiven-commons-0.0.6
qa-jgiven-commons-0.0.5
qa-jgiven-commons-0.0.4
qa-jgiven-commons-0.0.3
qa-jgiven-commons-0.0.2
qa-jgiven-commons-0.0.1

How to add a dependency to Maven

Add the following dev.aherscu.qa : qa-jgiven-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.aherscu.qa</groupId>
    <artifactId>qa-jgiven-commons</artifactId>
    <version>0.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.aherscu.qa : qa-jgiven-commons gradle dependency to your build.gradle file:

implementation 'dev.aherscu.qa:qa-jgiven-commons:0.0.28'

Gradle Kotlin DSL: Add the following dev.aherscu.qa : qa-jgiven-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.aherscu.qa:qa-jgiven-commons:0.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.aherscu.qa : qa-jgiven-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.aherscu.qa" % "qa-jgiven-commons" % "0.0.28"