MVN

org.yarnandtail : andhow-annotation-processor-tests

Maven & Gradle

Sep 14, 2021

AndHow Annotation Processor Tests · 'Real world' compile-time testing of the annotation processor. Its impossible/hard to fully replicate the compile time environment including annotation processing, class generation, service loading, etc.. This module contains standard and edge case classes container AndHow properties. Unit tests then check to ensure that PropertyRegistrars were generated and registered as services for each top level class containing Properties.

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-annotation-processor-tests</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-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1.1

All Versions

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

Version Vulnerabilities Updated
0.4.x
andhow-annotation-processor-tests-0.4.1.1
andhow-annotation-processor-tests-0.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-annotation-processor-tests</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-tests gradle dependency to your build.gradle file:

implementation 'org.yarnandtail:andhow-annotation-processor-tests:0.4.1.1'

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

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

How to add a dependency to SBT Scala

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

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