MVN

org.projectnessie.buildsupport : jandex

Maven & Gradle

Mar 01, 2023
0 stars

jandex · Projectnessie helper plugin to apply the Jandex plugin with an externally configured version

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>jandex</artifactId>
    <version>0.2.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projectnessie.buildsupport : jandex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.20

All Versions

Choose a version of org.projectnessie.buildsupport : jandex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
jandex-0.2.20
jandex-0.2.19
jandex-0.2.17
jandex-0.2.16
jandex-0.2.15
jandex-0.2.14
jandex-0.2.13
jandex-0.2.12
jandex-0.2.11
jandex-0.2.10
jandex-0.2.9
jandex-0.2.8
jandex-0.2.7
jandex-0.2.6
jandex-0.2.5
jandex-0.2.4
jandex-0.2.3
jandex-0.2.2
jandex-0.2.1
jandex-0.2.0
0.1.x
jandex-0.1.10
jandex-0.1.9
jandex-0.1.8
jandex-0.1.7
jandex-0.1.6
jandex-0.1.5
jandex-0.1.4

How to add a dependency to Maven

Add the following org.projectnessie.buildsupport : jandex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>jandex</artifactId>
    <version>0.2.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.projectnessie.buildsupport : jandex gradle dependency to your build.gradle file:

implementation 'org.projectnessie.buildsupport:jandex:0.2.20'

Gradle Kotlin DSL: Add the following org.projectnessie.buildsupport : jandex gradle kotlin dependency to your build.gradle.kts file:

implementation("org.projectnessie.buildsupport:jandex:0.2.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.projectnessie.buildsupport : jandex sbt scala dependency to your build.sbt file:

libraryDependencies += "org.projectnessie.buildsupport" % "jandex" % "0.2.20"