Annotation Literal Generator Demo

Annotation processor to build annotation literals for own annotations

License

License

GroupId

GroupId

de.hilling.lang.annotations
ArtifactId

ArtifactId

integration-tests
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download integration-tests

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
de.hilling.lang.annotations : processor jar 2.0.3

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.11