Files download
File Operation
typeannotation-test-1.0.jar download
typeannotation-test-1.0.pom download
typeannotation-test-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.jandex</groupId>
  <artifactId>typeannotation-test</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.jandex:typeannotation-test:1.0'
Gradle Kotlin
implementation("org.jboss.jandex:typeannotation-test:1.0")
Scala SBT
libraryDependencies += "org.jboss.jandex" % "typeannotation-test" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.jandex', module='typeannotation-test', version='1.0')
)
Apache Ivy
<dependency org="org.jboss.jandex" name="typeannotation-test" rev="1.0" />
Leiningen
[org.jboss.jandex/typeannotation-test "1.0"]
Apache Buildr
'org.jboss.jandex:typeannotation-test:jar:1.0'