MVN

org.yarnandtail : andhow-test-harness

Maven & Gradle

Oct 25, 2021
2 usages

AndHow Test Harness · Harness and tools for testing the AndHow framework, or writing tests for projects that use AndHow.

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-test-harness</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.yarnandtail : andhow-test-harness to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2
  • Latest Release Candidate: 0.4.2-rc5

All Versions

Choose a version of org.yarnandtail : andhow-test-harness to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
andhow-test-harness-0.4.2
andhow-test-harness-0.4.2-rc5
andhow-test-harness-0.4.2-rc4
andhow-test-harness-0.4.1.1
andhow-test-harness-0.4.1
andhow-test-harness-0.4.0
andhow-test-harness-0.4.0-RC7
andhow-test-harness-0.4.0-RC6
andhow-test-harness-0.4.0-RC5

How to add a dependency to Maven

Add the following org.yarnandtail : andhow-test-harness maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-test-harness</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.yarnandtail : andhow-test-harness gradle dependency to your build.gradle file:

implementation 'org.yarnandtail:andhow-test-harness:0.4.2'

Gradle Kotlin DSL: Add the following org.yarnandtail : andhow-test-harness gradle kotlin dependency to your build.gradle.kts file:

implementation("org.yarnandtail:andhow-test-harness:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.yarnandtail : andhow-test-harness sbt scala dependency to your build.sbt file:

libraryDependencies += "org.yarnandtail" % "andhow-test-harness" % "0.4.2"