j

jandex

文件下载
文件名 操作
jandex-3.2.3-RC1.jar 下载
jandex-3.2.3-RC1.pom 下载
jandex-3.2.3-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>jandex</artifactId>
  <version>3.2.3-RC1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:jandex:3.2.3-RC1'
Gradle Kotlin
implementation("io.smallrye:jandex:3.2.3-RC1")
Scala SBT
libraryDependencies += "io.smallrye" % "jandex" % "3.2.3-RC1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='jandex', version='3.2.3-RC1')
)
Apache Ivy
<dependency org="io.smallrye" name="jandex" rev="3.2.3-RC1" />
Leiningen
[io.smallrye/jandex "3.2.3-RC1"]
Apache Buildr
'io.smallrye:jandex:jar:3.2.3-RC1'