License |
License |
---|---|
Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery Dex General Purpose Libraries Utility |
GroupId | GroupIdorg.jenkins-ci |
ArtifactId | ArtifactIdannotation-indexer |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnotation Indexer
Creates index of annotations.
|
Filename | Size |
---|---|
annotation-indexer-1.4.pom | |
annotation-indexer-1.4.jar | 15 KB |
annotation-indexer-1.4-sources.jar | 5 KB |
annotation-indexer-1.4-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jenkins-ci/annotation-indexer/ -->
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jenkins-ci/annotation-indexer/
implementation 'org.jenkins-ci:annotation-indexer:1.4'
// https://jarcasting.com/artifacts/org.jenkins-ci/annotation-indexer/
implementation ("org.jenkins-ci:annotation-indexer:1.4")
'org.jenkins-ci:annotation-indexer:jar:1.4'
<dependency org="org.jenkins-ci" name="annotation-indexer" rev="1.4">
<artifact name="annotation-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jenkins-ci', module='annotation-indexer', version='1.4')
)
libraryDependencies += "org.jenkins-ci" % "annotation-indexer" % "1.4"
[org.jenkins-ci/annotation-indexer "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.kohsuke.metainf-services : metainf-services Optional | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
com.jolira : hickory | jar | 1.0.0 |