Last Version

Truffle SL 1.0.0-rc7

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

License

License

GroupId

GroupId

com.oracle.truffle
ArtifactId

ArtifactId

truffle-sl
Version

Version

1.0.0-rc7
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 1.0.0-rc7


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

Dependencies

compile (4)

Group / Artifact Type Version
com.oracle.truffle : truffle-api jar 1.0.0-rc7
com.oracle.truffle : truffle-tck jar 1.0.0-rc7
junit : junit jar 4.12
org.antlr : antlr4-runtime jar 4.7

Project Modules

There are no modules declared in this project.