Download truffle-api-0.8.jar file - Jar t

Jar examples for t:truffle-api

Description

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

You can download jar file truffle-api 0.8 in this page.

License

GNU General Public License, version 2, with the Classpath Exception

Build File

You can use the following script to add truffle-api-0.8.jar to your project.

<dependency>
   <groupId>com.oracle</groupId>
   <artifactId>truffle-api</artifactId>
   <version>0.8</version>
</dependency>
compile group: 'com.oracle', name: 'truffle-api', version: '0.8'
libraryDependencies += "com.oracle" % "truffle-api" % "0.8"
<dependency org="com.oracle" name="truffle-api" rev="0.8"/>
@Grapes(@Grab(group='com.oracle', module='truffle-api', version='0.8'))
'com.oracle:truffle-api:jar:0.8'

Download

Click the following link to download the jar file.

truffle-api-0.8-javadoc.jar
truffle-api-0.8-sources.jar
truffle-api-0.8.jar
truffle-api-0.8.pom



Related Tutorials