Jar examples for 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.
You can download jar file graal-sdk 0.30 in this page.
GNU General Public License, version 2, with the Classpath Exception
You can use the following script to add graal-sdk-0.30.jar to your project.
<dependency> <groupId>org.graalvm</groupId> <artifactId>graal-sdk</artifactId> <version>0.30</version> </dependency>
compile group: 'org.graalvm', name: 'graal-sdk', version: '0.30'
libraryDependencies += "org.graalvm" % "graal-sdk" % "0.30"
<dependency org="org.graalvm" name="graal-sdk" rev="0.30"/>
@Grapes(@Grab(group='org.graalvm', module='graal-sdk', version='0.30'))
'org.graalvm:graal-sdk:jar:0.30'
Click the following link to download the jar file.
graal-sdk-0.30-javadoc.jar