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