MVN

org.yarnandtail : andhow-annotation-processor-test-harness

Maven & Gradle

Sep 14, 2021

AndHow Annotation Processor Test Harness · Test Harness for running the JavaC compiler, adding Annotation Processors and creating and testing files in memory.

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

Latest Version

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

  • Latest Stable: 0.4.1.1
  • Latest Release Candidate: 0.4.0-RC7

All Versions

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

Version Vulnerabilities Updated
0.4.x
andhow-annotation-processor-test-harness-0.4.1.1
andhow-annotation-processor-test-harness-0.4.1
andhow-annotation-processor-test-harness-0.4.0
andhow-annotation-processor-test-harness-0.4.0-RC7
andhow-annotation-processor-test-harness-0.4.0-RC6
andhow-annotation-processor-test-harness-0.4.0-RC5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-annotation-processor-test-harness</artifactId>
    <version>0.4.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.yarnandtail:andhow-annotation-processor-test-harness:0.4.1.1'

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

implementation("org.yarnandtail:andhow-annotation-processor-test-harness:0.4.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.yarnandtail" % "andhow-annotation-processor-test-harness" % "0.4.1.1"