License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.truffle |
ArtifactId | ArtifactIdtruffle-api |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTruffle API
Truffle is a multi-language framework for executing dynamic languages
that achieves high performance when combined with Graal.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
truffle-api-22.1.0.1.pom | |
truffle-api-22.1.0.1.jar | 4 MB |
truffle-api-22.1.0.1-sources.jar | 5 MB |
truffle-api-22.1.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-api/ -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-api</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-api/
implementation 'org.graalvm.truffle:truffle-api:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-api/
implementation ("org.graalvm.truffle:truffle-api:22.1.0.1")
'org.graalvm.truffle:truffle-api:jar:22.1.0.1'
<dependency org="org.graalvm.truffle" name="truffle-api" rev="22.1.0.1">
<artifact name="truffle-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-api', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-api" % "22.1.0.1"
[org.graalvm.truffle/truffle-api "22.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.sdk : graal-sdk | jar | 22.1.0.1 |