MVN

org.jboss.jandex : typeannotation-test

Maven & Gradle

Jan 05, 2022
1 usages

Type Annotation Examples For Testing

<dependency>
    <groupId>org.jboss.jandex</groupId>
    <artifactId>typeannotation-test</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.jandex : typeannotation-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of org.jboss.jandex : typeannotation-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
typeannotation-test-1.10
1.9
typeannotation-test-1.9
1.8
typeannotation-test-1.8
1.7
typeannotation-test-1.7
1.6
typeannotation-test-1.6
1.5
typeannotation-test-1.5
1.4
typeannotation-test-1.4
1.3
typeannotation-test-1.3
1.2
typeannotation-test-1.2
1.1
typeannotation-test-1.1
1.0
typeannotation-test-1.0

How to add a dependency to Maven

Add the following org.jboss.jandex : typeannotation-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.jandex</groupId>
    <artifactId>typeannotation-test</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.jandex : typeannotation-test gradle dependency to your build.gradle file:

implementation 'org.jboss.jandex:typeannotation-test:1.10'

Gradle Kotlin DSL: Add the following org.jboss.jandex : typeannotation-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.jandex:typeannotation-test:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.jandex : typeannotation-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.jandex" % "typeannotation-test" % "1.10"