is not current version
Last Version 1.0.0-rc7

com.oracle.truffle:truffle-sl-launcher 0.32

Truffle SL launchers using the polyglot API.

GroupId

GroupId

com.oracle.truffle
ArtifactId

ArtifactId

truffle-sl-launcher
Version

Version

0.32
Type

Type

jar

Download truffle-sl-launcher 0.32


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