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