MVN

com.oracle.substratevm : graal-hotspot-library

Maven & Gradle

Nov 04, 2019
16k stars

Graal Hotspot Library · SubstrateVM HotSpot Graal library support

<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>graal-hotspot-library</artifactId>
    <version>19.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.substratevm : graal-hotspot-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.2.1
  • Latest Release Candidate: 1.0.0-rc16

All Versions

Choose a version of com.oracle.substratevm : graal-hotspot-library to add to Maven or Gradle - All Versions:

  • Version Updated
  • graal-hotspot-library-19.2.1

    Nov 04, 2019
  • graal-hotspot-library-19.2.0.1

    Sep 13, 2019
  • graal-hotspot-library-19.2.0

    Aug 21, 2019
  • graal-hotspot-library-19.1.1

    Jul 17, 2019
  • graal-hotspot-library-19.1.0

    Jun 30, 2019
  • graal-hotspot-library-19.0.2

    Jun 19, 2019
  • graal-hotspot-library-19.0.0

    May 13, 2019
  • graal-hotspot-library-1.0.0-rc16

    Apr 23, 2019
  • graal-hotspot-library-1.0.0-rc15

    Apr 10, 2019
  • graal-hotspot-library-1.0.0-rc14

    Mar 19, 2019
  • graal-hotspot-library-1.0.0-rc13

    Mar 05, 2019

How to add a dependency to Maven

Add the following com.oracle.substratevm : graal-hotspot-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>graal-hotspot-library</artifactId>
    <version>19.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.substratevm : graal-hotspot-library gradle dependency to your build.gradle file:

implementation 'com.oracle.substratevm:graal-hotspot-library:19.2.1'

Gradle Kotlin DSL: Add the following com.oracle.substratevm : graal-hotspot-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.substratevm:graal-hotspot-library:19.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.substratevm : graal-hotspot-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.substratevm" % "graal-hotspot-library" % "19.2.1"