License |
License |
---|---|
Categories |
CategoriesGraal Native Development Tools |
GroupId | GroupIdorg.graalvm.nativeimage |
ArtifactId | ArtifactIdgraal-hotspot-library |
Last Version | Last Version22.0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGraal Hotspot Library
SubstrateVM HotSpot Graal library support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/ -->
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>graal-hotspot-library</artifactId>
<version>22.0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/
implementation 'org.graalvm.nativeimage:graal-hotspot-library:22.0.0.2'
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/
implementation ("org.graalvm.nativeimage:graal-hotspot-library:22.0.0.2")
'org.graalvm.nativeimage:graal-hotspot-library:jar:22.0.0.2'
<dependency org="org.graalvm.nativeimage" name="graal-hotspot-library" rev="22.0.0.2">
<artifact name="graal-hotspot-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.nativeimage', module='graal-hotspot-library', version='22.0.0.2')
)
libraryDependencies += "org.graalvm.nativeimage" % "graal-hotspot-library" % "22.0.0.2"
[org.graalvm.nativeimage/graal-hotspot-library "22.0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar | 22.0.0.2 |