js-language
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.graalvm.js</groupId> <artifactId>js-language</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.js</groupId> <artifactId>js-language</artifactId> <version>24.2.1</version> <url>https://www.graalvm.org/javascript</url> <name>Graaljs</name> <description>GraalJS, a high-performance embeddable JavaScript runtime for Java. This artifact includes the core language runtime without standard libraries. It is not recommended to depend on the artifact directly. Instead, use 'org.graalvm.polyglot:js' or 'org.graalvm.polyglot:js-community' 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>https://www.graalvm.org/</organizationUrl> </developer> </developers> <licenses> <license> <name>Universal Permissive License, Version 1.0</name> <url>http://opensource.org/licenses/UPL</url> </license> <license> <name>MIT License</name> <url>http://opensource.org/licenses/MIT</url> </license> </licenses> <dependencies> <dependency> <groupId>org.graalvm.regex</groupId> <artifactId>regex</artifactId> <version>24.2.1</version> </dependency> <dependency> <groupId>org.graalvm.truffle</groupId> <artifactId>truffle-api</artifactId> <version>24.2.1</version> </dependency> <dependency> <groupId>org.graalvm.polyglot</groupId> <artifactId>polyglot</artifactId> <version>24.2.1</version> </dependency> <dependency> <groupId>org.graalvm.shadowed</groupId> <artifactId>icu4j</artifactId> <version>24.2.1</version> </dependency> </dependencies> <scm> <connection>scm:git:https://github.com/graalvm/graaljs.git</connection> <developerConnection>scm:git:git@github.com:graalvm/graaljs.git</developerConnection> <url>https://github.com/graalvm/graaljs</url> </scm> </project>