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