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