Deannotation Checker

Annotation Checker Framework

License

License

GroupId

GroupId

com.github.XDean
ArtifactId

ArtifactId

deannotation-checker
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Deannotation Checker
Annotation Checker Framework
Project URL

Project URL

https://github.com/XDean/deannotation-checker

Download deannotation-checker

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.XDean : AnnotationProcessorToolkit jar 0.2.0

provided (1)

Group / Artifact Type Version
com.google.auto.service : auto-service jar 1.0-rc3

test (1)

Group / Artifact Type Version
com.github.XDean : compile-testing jar 1.0.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.1.1
HEAD