Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdorg.graalvm.truffle |
ArtifactId | ArtifactIdtruffle-sl |
Version | Version20.2.0 |
Type | Typejar |
Filename | Size |
---|---|
truffle-sl-20.2.0.pom | |
truffle-sl-20.2.0.jar | 883 KB |
truffle-sl-20.2.0-sources.jar | 896 KB |
truffle-sl-20.2.0-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl/ -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-sl</artifactId>
<version>20.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl/
implementation 'org.graalvm.truffle:truffle-sl:20.2.0'
// https://jarcasting.com/artifacts/org.graalvm.truffle/truffle-sl/
implementation ("org.graalvm.truffle:truffle-sl:20.2.0")
'org.graalvm.truffle:truffle-sl:jar:20.2.0'
<dependency org="org.graalvm.truffle" name="truffle-sl" rev="20.2.0">
<artifact name="truffle-sl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.truffle', module='truffle-sl', version='20.2.0')
)
libraryDependencies += "org.graalvm.truffle" % "truffle-sl" % "20.2.0"
[org.graalvm.truffle/truffle-sl "20.2.0"]