is not current version
Last Version 2.0.3

Annotation Literal Generator Processor 2.0.2

Annotation processor to build annotation literals for own annotations

License

License

GroupId

GroupId

de.hilling.lang.annotations
ArtifactId

ArtifactId

processor
Version

Version

2.0.2
Type

Type

jar
Description

Description

Annotation Literal Generator Processor
Annotation processor to build annotation literals for own annotations

Download processor 2.0.2


<!-- https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/ -->
<dependency>
    <groupId>de.hilling.lang.annotations</groupId>
    <artifactId>processor</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/
implementation 'de.hilling.lang.annotations:processor:2.0.2'
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/
implementation ("de.hilling.lang.annotations:processor:2.0.2")
'de.hilling.lang.annotations:processor:jar:2.0.2'
<dependency org="de.hilling.lang.annotations" name="processor" rev="2.0.2">
  <artifact name="processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.annotations', module='processor', version='2.0.2')
)
libraryDependencies += "de.hilling.lang.annotations" % "processor" % "2.0.2"
[de.hilling.lang.annotations/processor "2.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
de.hilling.lang.annotations : api jar 2.0.2
com.squareup : javapoet jar 1.11.1
com.github.javaparser : javaparser-core jar 3.6.19
javax.enterprise : cdi-api jar 2.0-PFD

provided (1)

Group / Artifact Type Version
org.immutables : value jar 2.7.1

test (1)

Group / Artifact Type Version
com.google.testing.compile : compile-testing jar 0.15

Project Modules

There are no modules declared in this project.