a

annotation-indexer

Creates index of annotations.
文件下载
文件名 操作
annotation-indexer-1.0.jar 下载
annotation-indexer-1.0.pom 下载
annotation-indexer-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson</groupId>
  <artifactId>annotation-indexer</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson:annotation-indexer:1.0'
Gradle Kotlin
implementation("org.jvnet.hudson:annotation-indexer:1.0")
Scala SBT
libraryDependencies += "org.jvnet.hudson" % "annotation-indexer" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson', module='annotation-indexer', version='1.0')
)
Apache Ivy
<dependency org="org.jvnet.hudson" name="annotation-indexer" rev="1.0" />
Leiningen
[org.jvnet.hudson/annotation-indexer "1.0"]
Apache Buildr
'org.jvnet.hudson:annotation-indexer:jar:1.0'