Jar examples for t:truffle-api
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 1.0.0-rc2 in this page.
GNU General Public License, version 2, with the Classpath Exception
You can use the following script to add truffle-api-1.0.0-rc2.jar to your project.
<dependency> <groupId>com.oracle.truffle</groupId> <artifactId>truffle-api</artifactId> <version>1.0.0-rc2</version> </dependency>
compile group: 'com.oracle.truffle', name: 'truffle-api', version: '1.0.0-rc2'
libraryDependencies += "com.oracle.truffle" % "truffle-api" % "1.0.0-rc2"
<dependency org="com.oracle.truffle" name="truffle-api" rev="1.0.0-rc2"/>
@Grapes(@Grab(group='com.oracle.truffle', module='truffle-api', version='1.0.0-rc2'))
'com.oracle.truffle:truffle-api:jar:1.0.0-rc2'
Click the following link to download the jar file.
truffle-api-1.0.0-rc2-javadoc.jar