Last Version

Truffle API 1.0.0-rc7

Truffle is a multi-language framework for executing dynamic languages that achieves high performance when combined with Graal.

License

License

GroupId

GroupId

com.oracle.truffle
ArtifactId

ArtifactId

truffle-api
Version

Version

1.0.0-rc7
Type

Type

jar
Description

Description

Truffle API
Truffle is a multi-language framework for executing dynamic languages that achieves high performance when combined with Graal.
Project URL

Project URL

http://openjdk.java.net/projects/graal
Source Code Management

Source Code Management

https://github.com/oracle/graal/tree/master/truffle

Download truffle-api 1.0.0-rc7


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

Dependencies

compile (1)

Group / Artifact Type Version
org.graalvm : graal-sdk jar 1.0.0-rc7

Project Modules

There are no modules declared in this project.