is not current version
Last Version 1.2

org.jvnet.hudson:annotation-indexer 1.0

Creates index of annotations.

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net Dex General Purpose Libraries Utility
GroupId

GroupId

org.jvnet.hudson
ArtifactId

ArtifactId

annotation-indexer
Version

Version

1.0
Type

Type

jar

Download annotation-indexer 1.0


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