Annotation Literal Generator

Annotation processor to build annotation literals for own annotations

License

License

GroupId

GroupId

de.hilling.lang.annotations
ArtifactId

ArtifactId

literal-generator
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

Annotation Literal Generator
Annotation processor to build annotation literals for own annotations
Project URL

Project URL

https://github.com/guhilling/annotation-literal-generator
Source Code Management

Source Code Management

https://github.com/guhilling/annotation-literal-generator.git

Download literal-generator

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • processor
  • integration-tests

Versions

Version
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.11