is not current version
Last Version 22.1.0.1

Graal 22.0.0.2

The GraalVM compiler and the Graal-truffle optimizer.

License

License

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.compiler
ArtifactId

ArtifactId

compiler
Version

Version

22.0.0.2
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 22.0.0.2


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

Dependencies

compile (2)

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

Project Modules

There are no modules declared in this project.