is not current version
Last Version 22.0.0.2

org.graalvm.nativeimage:graal-hotspot-library 21.3.2

SubstrateVM HotSpot Graal library support

Categories

Categories

Graal Native Development Tools
GroupId

GroupId

org.graalvm.nativeimage
ArtifactId

ArtifactId

graal-hotspot-library
Version

Version

21.3.2
Type

Type

jar

Download graal-hotspot-library 21.3.2


<!-- https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/ -->
<dependency>
    <groupId>org.graalvm.nativeimage</groupId>
    <artifactId>graal-hotspot-library</artifactId>
    <version>21.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/
implementation 'org.graalvm.nativeimage:graal-hotspot-library:21.3.2'
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/
implementation ("org.graalvm.nativeimage:graal-hotspot-library:21.3.2")
'org.graalvm.nativeimage:graal-hotspot-library:jar:21.3.2'
<dependency org="org.graalvm.nativeimage" name="graal-hotspot-library" rev="21.3.2">
  <artifact name="graal-hotspot-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.nativeimage', module='graal-hotspot-library', version='21.3.2')
)
libraryDependencies += "org.graalvm.nativeimage" % "graal-hotspot-library" % "21.3.2"
[org.graalvm.nativeimage/graal-hotspot-library "21.3.2"]