is not current version
Last Version 22.1.0.1

org.graalvm.truffle:truffle-sl 20.3.2

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

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.truffle
ArtifactId

ArtifactId

truffle-sl
Version

Version

20.3.2
Type

Type

jar

Download truffle-sl 20.3.2


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