MVN

org.graalvm.buildtools : native-gradle-plugin

Maven & Gradle

Aug 24, 2023
1 usages
332 stars

GraalVM Native Gradle Plugin · Plugin that provides support for building and testing of GraalVM native images (ahead-of-time compiled Java code)

<dependency>
    <groupId>org.graalvm.buildtools</groupId>
    <artifactId>native-gradle-plugin</artifactId>
    <version>0.9.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graalvm.buildtools : native-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.25

All Versions

Choose a version of org.graalvm.buildtools : native-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
native-gradle-plugin-0.9.25
native-gradle-plugin-0.9.24
native-gradle-plugin-0.9.23
native-gradle-plugin-0.9.22
native-gradle-plugin-0.9.21
native-gradle-plugin-0.9.20
native-gradle-plugin-0.9.19
native-gradle-plugin-0.9.18
native-gradle-plugin-0.9.17
native-gradle-plugin-0.9.16
native-gradle-plugin-0.9.15
native-gradle-plugin-0.9.14
native-gradle-plugin-0.9.13
native-gradle-plugin-0.9.12
native-gradle-plugin-0.9.11
native-gradle-plugin-0.9.10
native-gradle-plugin-0.9.9
native-gradle-plugin-0.9.8
native-gradle-plugin-0.9.7.1
native-gradle-plugin-0.9.7
native-gradle-plugin-0.9.6
native-gradle-plugin-0.9.5
native-gradle-plugin-0.9.4
native-gradle-plugin-0.9.3
native-gradle-plugin-0.9.2
native-gradle-plugin-0.9.1
native-gradle-plugin-0.9.0

How to add a dependency to Maven

Add the following org.graalvm.buildtools : native-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.graalvm.buildtools</groupId>
    <artifactId>native-gradle-plugin</artifactId>
    <version>0.9.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graalvm.buildtools : native-gradle-plugin gradle dependency to your build.gradle file:

implementation 'org.graalvm.buildtools:native-gradle-plugin:0.9.25'

Gradle Kotlin DSL: Add the following org.graalvm.buildtools : native-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graalvm.buildtools:native-gradle-plugin:0.9.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graalvm.buildtools : native-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graalvm.buildtools" % "native-gradle-plugin" % "0.9.25"

Advertisement