MVN

io.goodforgod : graalvm-hint-annotations

Maven & Gradle

Aug 18, 2023
32 stars

graalvm-hint-annotations · Annotation Processors that generate GraalVM configuration hints for native-image applications.

<dependency>
    <groupId>io.goodforgod</groupId>
    <artifactId>graalvm-hint-annotations</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.goodforgod : graalvm-hint-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.goodforgod : graalvm-hint-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
graalvm-hint-annotations-1.1.0
1.0.x
graalvm-hint-annotations-1.0.0
0.20.x
graalvm-hint-annotations-0.20.0
0.19.x
graalvm-hint-annotations-0.19.0
0.18.x
graalvm-hint-annotations-0.18.1
graalvm-hint-annotations-0.18.0
0.17.x
graalvm-hint-annotations-0.17.1
graalvm-hint-annotations-0.17.0

How to add a dependency to Maven

Add the following io.goodforgod : graalvm-hint-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.goodforgod</groupId>
    <artifactId>graalvm-hint-annotations</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.goodforgod : graalvm-hint-annotations gradle dependency to your build.gradle file:

implementation 'io.goodforgod:graalvm-hint-annotations:1.1.0'

Gradle Kotlin DSL: Add the following io.goodforgod : graalvm-hint-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.goodforgod:graalvm-hint-annotations:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.goodforgod : graalvm-hint-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.goodforgod" % "graalvm-hint-annotations" % "1.1.0"