| License |
License |
|---|---|
| GroupId | GroupIdde.hilling.lang.annotations |
| ArtifactId | ArtifactIdprocessor |
| Last Version | Last Version2.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAnnotation Literal Generator Processor
Annotation processor to build annotation literals for own annotations
|
| Filename | Size |
|---|---|
| processor-2.0.3.pom | |
| processor-2.0.3.jar | 25 KB |
| processor-2.0.3-test-sources.jar | 8 KB |
| processor-2.0.3-sources.jar | 13 KB |
| processor-2.0.3-javadoc.jar | 420 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/ -->
<dependency>
<groupId>de.hilling.lang.annotations</groupId>
<artifactId>processor</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/
implementation 'de.hilling.lang.annotations:processor:2.0.3'
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/
implementation ("de.hilling.lang.annotations:processor:2.0.3")
'de.hilling.lang.annotations:processor:jar:2.0.3'
<dependency org="de.hilling.lang.annotations" name="processor" rev="2.0.3">
<artifact name="processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.annotations', module='processor', version='2.0.3')
)
libraryDependencies += "de.hilling.lang.annotations" % "processor" % "2.0.3"
[de.hilling.lang.annotations/processor "2.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.hilling.lang.annotations : api | jar | 2.0.3 |
| com.squareup : javapoet | jar | 1.13.0 |
| com.github.javaparser : javaparser-core | jar | 3.23.1 |
| javax.enterprise : cdi-api | jar | 2.0-PFD |
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.8.9-ea-1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.testing.compile : compile-testing | jar | 0.19 |