is not current version
Last Version 22.1.0.1

Truffle SL 22.0.0

Truffle SL is an example language implemented using the Truffle API.

License

License

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.truffle
ArtifactId

ArtifactId

truffle-sl
Version

Version

22.0.0
Type

Type

jar
Description

Description

Truffle SL
Truffle SL is an example language implemented using the Truffle API.
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-sl 22.0.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.graalvm.truffle : truffle-api jar 22.0.0
org.graalvm.truffle : truffle-tck jar 22.0.0
junit : junit jar 4.12
org.antlr : antlr4-runtime jar 4.9.2

Project Modules

There are no modules declared in this project.