Last Version

AnnotationProcessor 1.0

Project for easy creation of Annotation Processors

License

License

GroupId

GroupId

io.github.nkaaf
ArtifactId

ArtifactId

annotationprocessor
Version

Version

1.0
Type

Type

jar
Description

Description

AnnotationProcessor
Project for easy creation of Annotation Processors
Project Organization

Project Organization

Niklas Kaaf

Download annotationprocessor 1.0


<!-- https://jarcasting.com/artifacts/io.github.nkaaf/annotationprocessor/ -->
<dependency>
    <groupId>io.github.nkaaf</groupId>
    <artifactId>annotationprocessor</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nkaaf/annotationprocessor/
implementation 'io.github.nkaaf:annotationprocessor:1.0'
// https://jarcasting.com/artifacts/io.github.nkaaf/annotationprocessor/
implementation ("io.github.nkaaf:annotationprocessor:1.0")
'io.github.nkaaf:annotationprocessor:jar:1.0'
<dependency org="io.github.nkaaf" name="annotationprocessor" rev="1.0">
  <artifact name="annotationprocessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nkaaf', module='annotationprocessor', version='1.0')
)
libraryDependencies += "io.github.nkaaf" % "annotationprocessor" % "1.0"
[io.github.nkaaf/annotationprocessor "1.0"]

Dependencies

test (1)

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

Project Modules

There are no modules declared in this project.