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