g

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.
https://github.com/oracle/graal
GNU General Public License, version 2, with the Classpath Exception
Graal developers
Files download
File Operation
graal-sdk-0.33.jar download
graal-sdk-0.33.pom download
graal-sdk-0.33-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graalvm</groupId>
  <artifactId>graal-sdk</artifactId>
  <version>0.33</version>
</dependency>
Gradle Groovy
implementation 'org.graalvm:graal-sdk:0.33'
Gradle Kotlin
implementation("org.graalvm:graal-sdk:0.33")
Scala SBT
libraryDependencies += "org.graalvm" % "graal-sdk" % "0.33"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm', module='graal-sdk', version='0.33')
)
Apache Ivy
<dependency org="org.graalvm" name="graal-sdk" rev="0.33" />
Leiningen
[org.graalvm/graal-sdk "0.33"]
Apache Buildr
'org.graalvm:graal-sdk:jar:0.33'
Dependencies
The project has no third-party dependencies