<dependency> <groupId>io.smallrye</groupId> <artifactId>jandex</artifactId> <version>3.0.0-RC4</version> <type>bundle</type> </dependency>
implementation 'io.smallrye:jandex:3.0.0-RC4'
implementation("io.smallrye:jandex:3.0.0-RC4")
libraryDependencies += "io.smallrye" % "jandex" % "3.0.0-RC4"
@Grapes( @Grab(group='io.smallrye', module='jandex', version='3.0.0-RC4') )
<dependency org="io.smallrye" name="jandex" rev="3.0.0-RC4" />
[io.smallrye/jandex "3.0.0-RC4"]
'io.smallrye:jandex:jar:3.0.0-RC4'
<parent> <groupId>io.smallrye</groupId> <artifactId>jandex-parent</artifactId> <version>3.0.0-RC4</version> </parent>
provided
|-- org.apache.ant:ant
test
|-- io.smallrye:jandex-test-data
|-- net.bytebuddy:byte-buddy
|-- org.junit.jupiter:junit-jupiter