a

andhow-annotation-processor-test-harness

Test Harness for running the JavaC compiler, adding Annotation Processors and creating and testing files in memory.
Files download
File Operation
andhow-annotation-processor-test-harness-0.4.1.1.jar download
andhow-annotation-processor-test-harness-0.4.1.1.pom download
andhow-annotation-processor-test-harness-0.4.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.yarnandtail</groupId>
  <artifactId>andhow-annotation-processor-test-harness</artifactId>
  <version>0.4.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.yarnandtail:andhow-annotation-processor-test-harness:0.4.1.1'
Gradle Kotlin
implementation("org.yarnandtail:andhow-annotation-processor-test-harness:0.4.1.1")
Scala SBT
libraryDependencies += "org.yarnandtail" % "andhow-annotation-processor-test-harness" % "0.4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.yarnandtail', module='andhow-annotation-processor-test-harness', version='0.4.1.1')
)
Apache Ivy
<dependency org="org.yarnandtail" name="andhow-annotation-processor-test-harness" rev="0.4.1.1" />
Leiningen
[org.yarnandtail/andhow-annotation-processor-test-harness "0.4.1.1"]
Apache Buildr
'org.yarnandtail:andhow-annotation-processor-test-harness:jar:0.4.1.1'