is not current version
Last Version 22.1.0.1

org.graalvm.truffle:truffle-sl 19.2.0.1

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

19.2.0.1
Type

Type

jar

Download truffle-sl 19.2.0.1


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