is not current version
Last Version 22.1.0.1

Truffle API 22.0.0.2

Truffle is a multi-language framework for executing dynamic languages that achieves high performance when combined with Graal.

License

License

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.truffle
ArtifactId

ArtifactId

truffle-api
Version

Version

22.0.0.2
Type

Type

jar
Description

Description

Truffle API
Truffle is a multi-language framework for executing dynamic languages that achieves high performance when combined with Graal.
Project URL

Project URL

http://openjdk.java.net/projects/graal
Source Code Management

Source Code Management

https://github.com/oracle/graal/tree/master/truffle

Download truffle-api 22.0.0.2


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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.