is not current version
Last Version 22.1.0.1

Graal 21.3.0

The GraalVM compiler and the Graal-truffle optimizer.

License

License

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.compiler
ArtifactId

ArtifactId

compiler
Version

Version

21.3.0
Type

Type

jar
Description

Description

Graal
The GraalVM compiler and the Graal-truffle optimizer.
Project URL

Project URL

http://www.graalvm.org/
Source Code Management

Source Code Management

https://github.com/oracle/graal

Download compiler 21.3.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.graalvm.sdk : graal-sdk jar 21.3.0
org.graalvm.truffle : truffle-api jar 21.3.0

Project Modules

There are no modules declared in this project.