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.31.jar download
graal-sdk-0.31.pom download
graal-sdk-0.31-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graalvm</groupId>
  <artifactId>graal-sdk</artifactId>
  <version>0.31</version>
</dependency>
Gradle Groovy
implementation 'org.graalvm:graal-sdk:0.31'
Gradle Kotlin
implementation("org.graalvm:graal-sdk:0.31")
Scala SBT
libraryDependencies += "org.graalvm" % "graal-sdk" % "0.31"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm', module='graal-sdk', version='0.31')
)
Apache Ivy
<dependency org="org.graalvm" name="graal-sdk" rev="0.31" />
Leiningen
[org.graalvm/graal-sdk "0.31"]
Apache Buildr
'org.graalvm:graal-sdk:jar:0.31'
Dependencies
The project has no third-party dependencies