truffle-enterprise
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-enterprise</artifactId>
<version>25.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-enterprise</artifactId>
<version>25.0.3</version>
<url>http://www.graalvm.org/</url>
<name>Truffle Enterprise</name>
<description>The advanced version of the Truffle runtime for Graal Languages, providing additional features such as sandboxing or auxiliary engine caching. It is not recommended to depend on this artifact directly. Instead, use a POM dependency of one or more Graal Languages (for example `org.graalvm.polyglot:js`) to ensure all dependencies are pulled in correctly.</description>
<developers>
<developer>
<name>GraalVM Development</name>
<email>graalvm-dev@oss.oracle.com</email>
<organization>Oracle Corporation</organization>
<organizationUrl>http://www.graalvm.org/</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>GraalVM Free Terms and Conditions (GFTC) including License for Early Adopter Versions</name>
<url>https://www.oracle.com/downloads/licenses/graal-free-license.html</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-compiler</artifactId>
<version>25.0.3</version>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-runtime</artifactId>
<version>25.0.3</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>jniutils</artifactId>
<version>25.0.3</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>nativebridge</artifactId>
<version>25.0.3</version>
</dependency>
</dependencies>
<scm>
<connection>scm:git:https://github.com/oracle/graal.git</connection>
<developerConnection>scm:git:git@github.com:oracle/graal.git</developerConnection>
<url>https://github.com/oracle/graal</url>
</scm>
</project>