License |
License |
---|---|
GroupId | GroupIdorg.yarnandtail |
ArtifactId | ArtifactIdandhow-annotation-processor-test-harness |
Last Version | Last Version0.4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndHow Annotation Processor Test Harness
Test Harness for running the JavaC compiler, adding Annotation Processors
and creating and testing files in memory.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-test-harness/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-annotation-processor-test-harness</artifactId>
<version>0.4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-test-harness/
implementation 'org.yarnandtail:andhow-annotation-processor-test-harness:0.4.1.1'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-test-harness/
implementation ("org.yarnandtail:andhow-annotation-processor-test-harness:0.4.1.1")
'org.yarnandtail:andhow-annotation-processor-test-harness:jar:0.4.1.1'
<dependency org="org.yarnandtail" name="andhow-annotation-processor-test-harness" rev="0.4.1.1">
<artifact name="andhow-annotation-processor-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-annotation-processor-test-harness', version='0.4.1.1')
)
libraryDependencies += "org.yarnandtail" % "andhow-annotation-processor-test-harness" % "0.4.1.1"
[org.yarnandtail/andhow-annotation-processor-test-harness "0.4.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.yarnandtail : andhow-core | jar | 0.4.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |