is not current version
Last Version 1.0.0-rc7

com.oracle.truffle:truffle-sl-launcher 1.0.0-rc5

Truffle SL launchers using the polyglot API.

GroupId

GroupId

com.oracle.truffle
ArtifactId

ArtifactId

truffle-sl-launcher
Version

Version

1.0.0-rc5
Type

Type

jar

Download truffle-sl-launcher 1.0.0-rc5


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