org-netbeans-libs-graalsdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-libs-graalsdk</artifactId>
<version>RELEASE290</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.netbeans</groupId>
<artifactId>netbeans-parent</artifactId>
<version>5</version>
</parent>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-libs-graalsdk</artifactId>
<version>RELEASE290</version>
<dependencies>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-scripting</artifactId>
<version>RELEASE290</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-modules</artifactId>
<version>RELEASE290</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util</artifactId>
<version>RELEASE290</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util-lookup</artifactId>
<version>RELEASE290</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util-ui</artifactId>
<version>RELEASE290</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>launcher-common</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.graalvm.shadowed</groupId>
<artifactId>jline</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>collections</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>jniutils</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>launcher-common</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>nativeimage</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>word</artifactId>
<version>24.0.0</version>
<classifier></classifier>
</dependency>
</dependencies>
</project>