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-21.3.10.jar 下载
truffle-api-21.3.10.pom 下载
truffle-api-21.3.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.graalvm.truffle</groupId>
  <artifactId>truffle-api</artifactId>
  <version>21.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.graalvm.truffle:truffle-api:21.3.10'
Gradle Kotlin
implementation("org.graalvm.truffle:truffle-api:21.3.10")
Scala SBT
libraryDependencies += "org.graalvm.truffle" % "truffle-api" % "21.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.truffle', module='truffle-api', version='21.3.10')
)
Apache Ivy
<dependency org="org.graalvm.truffle" name="truffle-api" rev="21.3.10" />
Leiningen
[org.graalvm.truffle/truffle-api "21.3.10"]
Apache Buildr
'org.graalvm.truffle:truffle-api:jar:21.3.10'
本项目依赖