Last Version

Annotation Literal Generator 2.0.3

Annotation processor to build annotation literals for own annotations

License

License

GroupId

GroupId

de.hilling.lang.annotations
ArtifactId

ArtifactId

literal-generator
Version

Version

2.0.3
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 2.0.3


<!-- 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