| License |
License |
|---|---|
| Categories |
CategoriesGraal Native Development Tools |
| GroupId | GroupIdorg.graalvm.nativeimage |
| ArtifactId | ArtifactIdlibrary-support |
| Last Version | Last Version22.0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLibrary Support
SubstrateVM basic library-support components
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-support-22.0.0.2.pom | |
| library-support-22.0.0.2.jar | 48 KB |
| library-support-22.0.0.2-sources.jar | 36 KB |
| library-support-22.0.0.2-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.nativeimage/library-support/ -->
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>library-support</artifactId>
<version>22.0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/library-support/
implementation 'org.graalvm.nativeimage:library-support:22.0.0.2'
// https://jarcasting.com/artifacts/org.graalvm.nativeimage/library-support/
implementation ("org.graalvm.nativeimage:library-support:22.0.0.2")
'org.graalvm.nativeimage:library-support:jar:22.0.0.2'
<dependency org="org.graalvm.nativeimage" name="library-support" rev="22.0.0.2">
<artifact name="library-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.nativeimage', module='library-support', version='22.0.0.2')
)
libraryDependencies += "org.graalvm.nativeimage" % "library-support" % "22.0.0.2"
[org.graalvm.nativeimage/library-support "22.0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.graalvm.sdk : graal-sdk | jar | 22.0.0.2 |
| org.graalvm.nativeimage : svm | jar | 22.0.0.2 |