MVN

org.qbicc : qbicc-plugin-graalvm-nativeimage-emulation

Maven & Gradle

Jan 06, 2023
122 stars

Qbicc Plugin: GraalVM NativeImage Emulation · Emulates build-time Feature support of GraalVM's native-image tool

<dependency>
    <groupId>org.qbicc</groupId>
    <artifactId>qbicc-plugin-graalvm-nativeimage-emulation</artifactId>
    <version>0.58.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.qbicc : qbicc-plugin-graalvm-nativeimage-emulation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.58.0

All Versions

Choose a version of org.qbicc : qbicc-plugin-graalvm-nativeimage-emulation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.58.x
qbicc-plugin-graalvm-nativeimage-emulation-0.58.0
0.57.x
qbicc-plugin-graalvm-nativeimage-emulation-0.57.0
0.56.x
qbicc-plugin-graalvm-nativeimage-emulation-0.56.0
0.55.x
qbicc-plugin-graalvm-nativeimage-emulation-0.55.0
0.54.x
qbicc-plugin-graalvm-nativeimage-emulation-0.54.0
0.53.x
qbicc-plugin-graalvm-nativeimage-emulation-0.53.0
0.52.x
qbicc-plugin-graalvm-nativeimage-emulation-0.52.0
0.51.x
qbicc-plugin-graalvm-nativeimage-emulation-0.51.0
0.50.x
qbicc-plugin-graalvm-nativeimage-emulation-0.50.0
0.49.x
qbicc-plugin-graalvm-nativeimage-emulation-0.49.0
0.48.x
qbicc-plugin-graalvm-nativeimage-emulation-0.48.0
0.47.x
qbicc-plugin-graalvm-nativeimage-emulation-0.47.0
0.46.x
qbicc-plugin-graalvm-nativeimage-emulation-0.46.0
0.45.x
qbicc-plugin-graalvm-nativeimage-emulation-0.45.0
0.44.x
qbicc-plugin-graalvm-nativeimage-emulation-0.44.0
0.43.x
qbicc-plugin-graalvm-nativeimage-emulation-0.43.0
0.42.x
qbicc-plugin-graalvm-nativeimage-emulation-0.42.0
0.41.x
qbicc-plugin-graalvm-nativeimage-emulation-0.41.0
0.40.x
qbicc-plugin-graalvm-nativeimage-emulation-0.40.0
0.39.x
qbicc-plugin-graalvm-nativeimage-emulation-0.39.0
0.38.x
qbicc-plugin-graalvm-nativeimage-emulation-0.38.0
0.37.x
qbicc-plugin-graalvm-nativeimage-emulation-0.37.0
0.36.x
qbicc-plugin-graalvm-nativeimage-emulation-0.36.0
0.35.x
qbicc-plugin-graalvm-nativeimage-emulation-0.35.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.qbicc</groupId>
    <artifactId>qbicc-plugin-graalvm-nativeimage-emulation</artifactId>
    <version>0.58.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.qbicc : qbicc-plugin-graalvm-nativeimage-emulation gradle dependency to your build.gradle file:

implementation 'org.qbicc:qbicc-plugin-graalvm-nativeimage-emulation:0.58.0'

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

implementation("org.qbicc:qbicc-plugin-graalvm-nativeimage-emulation:0.58.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.qbicc : qbicc-plugin-graalvm-nativeimage-emulation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.qbicc" % "qbicc-plugin-graalvm-nativeimage-emulation" % "0.58.0"

Advertisement