is not current version
Last Version 22.1.0.1

Graal Sdk 21.3.0

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.

License

License

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.sdk
ArtifactId

ArtifactId

graal-sdk
Version

Version

21.3.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/oracle/graal
Source Code Management

Source Code Management

https://github.com/oracle/graal

Download graal-sdk 21.3.0


<!-- https://jarcasting.com/artifacts/org.graalvm.sdk/graal-sdk/ -->
<dependency>
    <groupId>org.graalvm.sdk</groupId>
    <artifactId>graal-sdk</artifactId>
    <version>21.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.sdk/graal-sdk/
implementation 'org.graalvm.sdk:graal-sdk:21.3.0'
// https://jarcasting.com/artifacts/org.graalvm.sdk/graal-sdk/
implementation ("org.graalvm.sdk:graal-sdk:21.3.0")
'org.graalvm.sdk:graal-sdk:jar:21.3.0'
<dependency org="org.graalvm.sdk" name="graal-sdk" rev="21.3.0">
  <artifact name="graal-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.sdk', module='graal-sdk', version='21.3.0')
)
libraryDependencies += "org.graalvm.sdk" % "graal-sdk" % "21.3.0"
[org.graalvm.sdk/graal-sdk "21.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.