License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.truffle |
ArtifactId | ArtifactIdtruffle-sl |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTruffle SL
Truffle SL is an example language implemented using the Truffle API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
truffle-sl-22.1.0.1.pom | |
truffle-sl-22.1.0.1.jar | 752 KB |
truffle-sl-22.1.0.1-sources.jar | 801 KB |
truffle-sl-22.1.0.1-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl/ -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-sl</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl/
implementation 'org.graalvm.truffle:truffle-sl:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl/
implementation ("org.graalvm.truffle:truffle-sl:22.1.0.1")
'org.graalvm.truffle:truffle-sl:jar:22.1.0.1'
<dependency org="org.graalvm.truffle" name="truffle-sl" rev="22.1.0.1">
<artifact name="truffle-sl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-sl', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-sl" % "22.1.0.1"
[org.graalvm.truffle/truffle-sl "22.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.truffle : truffle-api | jar | 22.1.0.1 |
org.graalvm.truffle : truffle-tck | jar | 22.1.0.1 |
junit : junit | jar | 4.12 |
org.antlr : antlr4-runtime | jar | 4.9.2 |