License |
License |
---|---|
GroupId | GroupIdcom.oracle |
ArtifactId | ArtifactIdtruffle |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTruffle
Truffle is a multi-language framework for executing dynamic languages
that achieves high performance when combined with Graal.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
truffle-0.7.pom | |
truffle-0.7.jar | 669 KB |
truffle-0.7-sources.jar | 795 KB |
truffle-0.7-javadoc.jar | 776 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle/truffle/ -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>truffle</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle/truffle/
implementation 'com.oracle:truffle:0.7'
// https://jarcasting.com/artifacts/com.oracle/truffle/
implementation ("com.oracle:truffle:0.7")
'com.oracle:truffle:jar:0.7'
<dependency org="com.oracle" name="truffle" rev="0.7">
<artifact name="truffle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle', module='truffle', version='0.7')
)
libraryDependencies += "com.oracle" % "truffle" % "0.7"
[com.oracle/truffle "0.7"]