a

annotation-indexer

Creates index of annotations.
MIT License
Files download
File Operation
annotation-indexer-1.4.jar download
annotation-indexer-1.4.pom download
annotation-indexer-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jenkins-ci</groupId>
  <artifactId>annotation-indexer</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'org.jenkins-ci:annotation-indexer:1.4'
Gradle Kotlin
implementation("org.jenkins-ci:annotation-indexer:1.4")
Scala SBT
libraryDependencies += "org.jenkins-ci" % "annotation-indexer" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jenkins-ci', module='annotation-indexer', version='1.4')
)
Apache Ivy
<dependency org="org.jenkins-ci" name="annotation-indexer" rev="1.4" />
Leiningen
[org.jenkins-ci/annotation-indexer "1.4"]
Apache Buildr
'org.jenkins-ci:annotation-indexer:jar:1.4'