GroupId | GroupIdorg.yarnandtail |
---|---|
ArtifactId | ArtifactIdandhow-annotation-processor |
Version | Version0.4.0-RC6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-annotation-processor</artifactId>
<version>0.4.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor/
implementation 'org.yarnandtail:andhow-annotation-processor:0.4.0-RC6'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor/
implementation ("org.yarnandtail:andhow-annotation-processor:0.4.0-RC6")
'org.yarnandtail:andhow-annotation-processor:jar:0.4.0-RC6'
<dependency org="org.yarnandtail" name="andhow-annotation-processor" rev="0.4.0-RC6">
<artifact name="andhow-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-annotation-processor', version='0.4.0-RC6')
)
libraryDependencies += "org.yarnandtail" % "andhow-annotation-processor" % "0.4.0-RC6"
[org.yarnandtail/andhow-annotation-processor "0.4.0-RC6"]