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