truffle-enterprise
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.graalvm.truffle</groupId> <artifactId>truffle-enterprise</artifactId> <version>24.2.1</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>24.2.1</version> <url>http://www.graalvm.org/</url> <name>Truffle Enterprise</name> <description>The advanced version of the Truffle runtime for Graal Languages, providing additional performance optimizations, security features such as sandboxing, and other advanced features such as 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>24.2.1</version> </dependency> <dependency> <groupId>org.graalvm.truffle</groupId> <artifactId>truffle-runtime</artifactId> <version>24.2.1</version> </dependency> <dependency> <groupId>org.graalvm.sdk</groupId> <artifactId>jniutils</artifactId> <version>24.2.1</version> </dependency> <dependency> <groupId>org.graalvm.sdk</groupId> <artifactId>nativebridge</artifactId> <version>24.2.1</version> </dependency> </dependencies> <scm> <connection>scm:git:https://github.com/oracle/graal.git</connection> <developerConnection>scm:git:https://github.com/oracle/graal.git</developerConnection> <url>https://github.com/oracle/graal</url> </scm> </project>