MVN

org.graalvm : graal-sdk

Maven & Gradle

Oct 03, 2018
7 usages
19.7k stars

Graal Sdk · GraalVM is an ecosystem for compiling and running applications written in multiple languages. GraalVM removes the isolation between programming languages and enables interoperability in a shared runtime.

<dependency>
    <groupId>org.graalvm</groupId>
    <artifactId>graal-sdk</artifactId>
    <version>0.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graalvm : graal-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.33
  • Latest Release Candidate: 1.0.0-rc7

All Versions

Choose a version of org.graalvm : graal-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
graal-sdk-1.0.0-rc7
graal-sdk-1.0.0-rc6
graal-sdk-1.0.0-rc5
graal-sdk-1.0.0-rc4
graal-sdk-1.0.0-rc3
graal-sdk-1.0.0-rc2
graal-sdk-1.0.0-rc1
0.33
graal-sdk-0.33
0.32
graal-sdk-0.32
0.31
graal-sdk-0.31
0.30
graal-sdk-0.30
0.29
graal-sdk-0.29
0.28
graal-sdk-0.28
0.27
graal-sdk-0.27

How to add a dependency to Maven

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

<dependency>
    <groupId>org.graalvm</groupId>
    <artifactId>graal-sdk</artifactId>
    <version>0.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graalvm : graal-sdk gradle dependency to your build.gradle file:

implementation 'org.graalvm:graal-sdk:0.33'

Gradle Kotlin DSL: Add the following org.graalvm : graal-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graalvm:graal-sdk:0.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graalvm : graal-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graalvm" % "graal-sdk" % "0.33"

Advertisement

Dependencies from Group

Oct 03, 2018
7 usages
19.7k stars
Oct 03, 2018
2 usages
19.7k stars
Oct 03, 2018
19.7k stars

Discover Dependencies

Aug 29, 2018
5 usages
281 stars
Jul 10, 2021
90 usages
320 stars
Feb 14, 2011
61 usages
Jul 18, 2023
67 usages
818 stars
Jun 12, 2018
2 usages
92 stars
Mar 21, 2019
28 usages
77 stars
Aug 04, 2021
14 usages
22 stars
May 16, 2023
69 usages
51 stars