ruby-language
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.graalvm.ruby</groupId>
<artifactId>ruby-language</artifactId>
<version>25.0.0</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.ruby</groupId>
<artifactId>ruby-language</artifactId>
<version>25.0.0</version>
<url>https://www.graalvm.org/ruby/</url>
<name>Truffleruby</name>
<description>TruffleRuby, a high-performance embeddable Ruby implementation. This artifact includes the core language runtime without standard libraries. It is not recommended to depend on this artifact directly. Instead, use 'org.graalvm.polyglot:ruby' 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>Eclipse Public License 2.0</name>
<url>https://opensource.org/licenses/EPL-2.0</url>
</license>
<license>
<name>New BSD License (3-clause BSD license)</name>
<url>http://opensource.org/licenses/BSD-3-Clause</url>
</license>
<license>
<name>Simplified BSD License (2-clause BSD license)</name>
<url>http://opensource.org/licenses/BSD-2-Clause</url>
</license>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.graalvm.ruby</groupId>
<artifactId>ruby-annotations</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.ruby</groupId>
<artifactId>ruby-shared</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-api</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-nfi</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.regex</groupId>
<artifactId>regex</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.llvm</groupId>
<artifactId>llvm-api</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.llvm</groupId>
<artifactId>llvm-language-nfi</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.shadowed</groupId>
<artifactId>jline</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>collections</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>nativeimage</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.shadowed</groupId>
<artifactId>jcodings</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.shadowed</groupId>
<artifactId>joni</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-nfi-libffi</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-nfi-panama</artifactId>
<version>25.0.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.llvm</groupId>
<artifactId>llvm-language-native</artifactId>
<version>25.0.0</version>
</dependency>
</dependencies>
<scm>
<connection>scm:git:https://github.com/oracle/truffleruby.git</connection>
<developerConnection>scm:git:git@github.com:oracle/truffleruby.git</developerConnection>
<url>https://github.com/oracle/truffleruby</url>
</scm>
</project>