Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdorg.graalvm.truffle |
ArtifactId | ArtifactIdtruffle-nfi |
Version | Version1.0.0-rc13 |
Type | Typejar |
Filename | Size |
---|---|
truffle-nfi-1.0.0-rc13.pom | |
truffle-nfi-1.0.0-rc13.jar | 854 KB |
truffle-nfi-1.0.0-rc13-sources.jar | 560 KB |
truffle-nfi-1.0.0-rc13-javadoc.jar | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-nfi/ -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-nfi</artifactId>
<version>1.0.0-rc13</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-nfi/
implementation 'org.graalvm.truffle:truffle-nfi:1.0.0-rc13'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-nfi/
implementation ("org.graalvm.truffle:truffle-nfi:1.0.0-rc13")
'org.graalvm.truffle:truffle-nfi:jar:1.0.0-rc13'
<dependency org="org.graalvm.truffle" name="truffle-nfi" rev="1.0.0-rc13">
<artifact name="truffle-nfi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-nfi', version='1.0.0-rc13')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-nfi" % "1.0.0-rc13"
[org.graalvm.truffle/truffle-nfi "1.0.0-rc13"]