MVN

org.projectnessie.buildsupport : reflection-config

Maven & Gradle

Apr 12, 2023
0 stars

reflection-config · Generates reflection-config.json configs for GraalVM native images

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>reflection-config</artifactId>
    <version>0.2.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.24

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>reflection-config</artifactId>
    <version>0.2.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.projectnessie.buildsupport:reflection-config:0.2.24'

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

implementation("org.projectnessie.buildsupport:reflection-config:0.2.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.projectnessie.buildsupport" % "reflection-config" % "0.2.24"