MVN

org.yarnandtail : andhow-annotation-processor

Maven & Gradle

Oct 11, 2022
23 stars

AndHow Annotation Processor · Compile-time annotation processor that records all AndHow Properties and registers them as service providers to be picked up at runtime.

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.5.x
andhow-annotation-processor-1.5.0
0.4.x
andhow-annotation-processor-0.4.2
andhow-annotation-processor-0.4.2-rc5
andhow-annotation-processor-0.4.2-rc4
andhow-annotation-processor-0.4.1.1
andhow-annotation-processor-0.4.1
andhow-annotation-processor-0.4.0
andhow-annotation-processor-0.4.0-RC7
andhow-annotation-processor-0.4.0-RC6
andhow-annotation-processor-0.4.0-RC5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-annotation-processor</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.yarnandtail:andhow-annotation-processor:1.5.0'

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

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

How to add a dependency to SBT Scala

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

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