is not current version
Last Version 22.1.0.1

org.graalvm.truffle:truffle-sl-launcher 1.0.0-rc14

Truffle SL launchers using the polyglot API.

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.truffle
ArtifactId

ArtifactId

truffle-sl-launcher
Version

Version

1.0.0-rc14
Type

Type

jar

Download truffle-sl-launcher 1.0.0-rc14


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