Categories |
CategoriesGraal Native Development Tools |
---|---|
GroupId | GroupIdorg.graalvm.nativeimage |
ArtifactId | ArtifactIdgraal-hotspot-library |
Version | Version21.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/ -->
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>graal-hotspot-library</artifactId>
<version>21.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/
implementation 'org.graalvm.nativeimage:graal-hotspot-library:21.0.0'
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/graal-hotspot-library/
implementation ("org.graalvm.nativeimage:graal-hotspot-library:21.0.0")
'org.graalvm.nativeimage:graal-hotspot-library:jar:21.0.0'
<dependency org="org.graalvm.nativeimage" name="graal-hotspot-library" rev="21.0.0">
<artifact name="graal-hotspot-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.nativeimage', module='graal-hotspot-library', version='21.0.0')
)
libraryDependencies += "org.graalvm.nativeimage" % "graal-hotspot-library" % "21.0.0"
[org.graalvm.nativeimage/graal-hotspot-library "21.0.0"]