t

truffle-api

Truffle is a multi-language framework for executing dynamic languages that achieves high performance when combined with Graal.
http://openjdk.java.net/projects/graal
Universal Permissive License, Version 1.0
GraalVM Development
文件下载
文件名 操作
truffle-api-22.0.0.2.jar 下载
truffle-api-22.0.0.2.pom 下载
truffle-api-22.0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.graalvm.truffle</groupId>
  <artifactId>truffle-api</artifactId>
  <version>22.0.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.graalvm.truffle:truffle-api:22.0.0.2'
Gradle Kotlin
implementation("org.graalvm.truffle:truffle-api:22.0.0.2")
Scala SBT
libraryDependencies += "org.graalvm.truffle" % "truffle-api" % "22.0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.truffle', module='truffle-api', version='22.0.0.2')
)
Apache Ivy
<dependency org="org.graalvm.truffle" name="truffle-api" rev="22.0.0.2" />
Leiningen
[org.graalvm.truffle/truffle-api "22.0.0.2"]
Apache Buildr
'org.graalvm.truffle:truffle-api:jar:22.0.0.2'
本项目依赖