License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.truffle |
ArtifactId | ArtifactIdtruffle-sl-launcher |
Version | Version21.3.0 |
Type | Typejar |
Description |
DescriptionTruffle SL Launcher
Truffle SL launchers using the polyglot API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl-launcher/ -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-sl-launcher</artifactId>
<version>21.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl-launcher/
implementation 'org.graalvm.truffle:truffle-sl-launcher:21.3.0'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl-launcher/
implementation ("org.graalvm.truffle:truffle-sl-launcher:21.3.0")
'org.graalvm.truffle:truffle-sl-launcher:jar:21.3.0'
<dependency org="org.graalvm.truffle" name="truffle-sl-launcher" rev="21.3.0">
<artifact name="truffle-sl-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-sl-launcher', version='21.3.0')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-sl-launcher" % "21.3.0"
[org.graalvm.truffle/truffle-sl-launcher "21.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.sdk : graal-sdk | jar | 21.3.0 |