MVN

dev.aherscu.qa : qa-testing-utils

Maven & Gradle

Aug 23, 2023

QA Testing Utilities · JAX-RS generic providers, authenticators and logging filters, an auto-returning pool implementation based on Apache Commons Pooling, a wrapper around Apache Commons Configuration to make it look like a map, various assertions for JSON and XML, a Read-Multi-Write lock, Hamcrest Matchers extensions for streams, and many other utilities for handling text, streams, lists, maps, etc. In addition, provides an AWS Cognito SRP filter for JAX-RS and a CLI for it, see generate-aws-cognito-srp-authenticator profile for generating it.

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

Latest Version

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

  • Latest Stable: 0.0.28

All Versions

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

Version Vulnerabilities Updated
0.0.x
qa-testing-utils-0.0.28
qa-testing-utils-0.0.27
qa-testing-utils-0.0.26

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.aherscu.qa</groupId>
    <artifactId>qa-testing-utils</artifactId>
    <version>0.0.28</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.aherscu.qa:qa-testing-utils:0.0.28'

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

implementation("dev.aherscu.qa:qa-testing-utils:0.0.28")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.aherscu.qa" % "qa-testing-utils" % "0.0.28"

Advertisement