j

jandex-test-data

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