<dependency> <groupId>io.smallrye</groupId> <artifactId>jandex-parent</artifactId> <version>3.0.0-RC3</version> <type>pom</type> </dependency>
implementation 'io.smallrye:jandex-parent:3.0.0-RC3'
implementation("io.smallrye:jandex-parent:3.0.0-RC3")
libraryDependencies += "io.smallrye" % "jandex-parent" % "3.0.0-RC3"
@Grapes( @Grab(group='io.smallrye', module='jandex-parent', version='3.0.0-RC3') )
<dependency org="io.smallrye" name="jandex-parent" rev="3.0.0-RC3" />
[io.smallrye/jandex-parent "3.0.0-RC3"]
'io.smallrye:jandex-parent:jar:3.0.0-RC3'
<parent> <groupId>io.smallrye</groupId> <artifactId>smallrye-build-parent</artifactId> <version>31</version> </parent>