<dependency>
<groupId>org.wildfly.unstable.api.annotation</groupId>
<artifactId>unstable-api-annotation-classpath-indexer</artifactId>
<version>1.0.0.Beta1</version>
</dependency>
implementation 'org.wildfly.unstable.api.annotation:unstable-api-annotation-classpath-indexer:1.0.0.Beta1'
implementation("org.wildfly.unstable.api.annotation:unstable-api-annotation-classpath-indexer:1.0.0.Beta1")
libraryDependencies += "org.wildfly.unstable.api.annotation" % "unstable-api-annotation-classpath-indexer" % "1.0.0.Beta1"
@Grapes(
@Grab(group='org.wildfly.unstable.api.annotation', module='unstable-api-annotation-classpath-indexer', version='1.0.0.Beta1')
)
<dependency org="org.wildfly.unstable.api.annotation" name="unstable-api-annotation-classpath-indexer" rev="1.0.0.Beta1" />
[org.wildfly.unstable.api.annotation/unstable-api-annotation-classpath-indexer "1.0.0.Beta1"]