<dependency> <groupId>org.jboss</groupId> <artifactId>jandex</artifactId> <version>2.0.0.CR1</version> <type>bundle</type> </dependency>
implementation 'org.jboss:jandex:2.0.0.CR1'
implementation("org.jboss:jandex:2.0.0.CR1")
libraryDependencies += "org.jboss" % "jandex" % "2.0.0.CR1"
@Grapes( @Grab(group='org.jboss', module='jandex', version='2.0.0.CR1') )
<dependency org="org.jboss" name="jandex" rev="2.0.0.CR1" />
[org.jboss/jandex "2.0.0.CR1"]
'org.jboss:jandex:jar:2.0.0.CR1'
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>12</version> </parent>
provided
|-- org.apache.ant:ant:1.8.1
test
|-- junit:junit:4.7
|-- org.jboss.jandex:typeannotation-test:1.0