Last Version

ClassIndex 3.11

ClassIndex is an annotation processor which at compile-time generates an index of classes implementing given interface, classes annotated by given annotation or placed in a common package.

License

License

Apache License, Version 2.0
Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.atteo.classindex
ArtifactId

ArtifactId

parent
Version

Version

3.11
Type

Type

pom
Description

Description

ClassIndex
ClassIndex is an annotation processor which at compile-time generates an index of classes implementing given interface, classes annotated by given annotation or placed in a common package.
Project URL

Project URL

http://atteo.org/static/classindex
Project Organization

Project Organization

Atteo
Source Code Management

Source Code Management

https://github.com/atteo/classindex

Download parent 3.11

Filename Size
parent-3.11.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.atteo.classindex/parent/ -->
<dependency>
    <groupId>org.atteo.classindex</groupId>
    <artifactId>parent</artifactId>
    <version>3.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.classindex/parent/
implementation 'org.atteo.classindex:parent:3.11'
// https://jarcasting.com/artifacts/org.atteo.classindex/parent/
implementation ("org.atteo.classindex:parent:3.11")
'org.atteo.classindex:parent:pom:3.11'
<dependency org="org.atteo.classindex" name="parent" rev="3.11">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo.classindex', module='parent', version='3.11')
)
libraryDependencies += "org.atteo.classindex" % "parent" % "3.11"
[org.atteo.classindex/parent "3.11"]

Dependencies

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

Project Modules

  • classindex
  • classindex-transformer