is not current version
Last Version 22.1.0.1

org.graalvm.truffle:truffle-sl 1.0.0-rc15

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

1.0.0-rc15
Type

Type

jar

Download truffle-sl 1.0.0-rc15


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