j

jandex

Files download
File Operation
jandex-3.0.0-RC3.jar download
jandex-3.0.0-RC3.pom download
jandex-3.0.0-RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>jandex</artifactId>
  <version>3.0.0-RC3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:jandex:3.0.0-RC3'
Gradle Kotlin
implementation("io.smallrye:jandex:3.0.0-RC3")
Scala SBT
libraryDependencies += "io.smallrye" % "jandex" % "3.0.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='jandex', version='3.0.0-RC3')
)
Apache Ivy
<dependency org="io.smallrye" name="jandex" rev="3.0.0-RC3" />
Leiningen
[io.smallrye/jandex "3.0.0-RC3"]
Apache Buildr
'io.smallrye:jandex:jar:3.0.0-RC3'