License |
License |
---|---|
GroupId | GroupIdcom.oracle |
ArtifactId | ArtifactIdtruffle-sl |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTruffle Simple Language
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-0.8.pom | |
truffle-sl-0.8.jar | 721 KB |
truffle-sl-0.8-sources.jar | 649 KB |
truffle-sl-0.8-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle/truffle-sl/ -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>truffle-sl</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle/truffle-sl/
implementation 'com.oracle:truffle-sl:0.8'
// https://jarcasting.com/artifacts/com.oracle/truffle-sl/
implementation ("com.oracle:truffle-sl:0.8")
'com.oracle:truffle-sl:jar:0.8'
<dependency org="com.oracle" name="truffle-sl" rev="0.8">
<artifact name="truffle-sl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle', module='truffle-sl', version='0.8')
)
libraryDependencies += "com.oracle" % "truffle-sl" % "0.8"
[com.oracle/truffle-sl "0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.oracle : truffle-api | jar | 0.8 |
com.oracle : truffle-dsl-processor | jar | 0.8 |
com.oracle : truffle-tck | jar | 0.8 |