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