truffleruby
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.truffleruby</groupId>
<artifactId>truffleruby</artifactId>
<version>33.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>dev.truffleruby</groupId>
<artifactId>truffleruby</artifactId>
<version>33.0.0</version>
<packaging>pom</packaging>
<url>https://github.com/truffleruby/truffleruby</url>
<name>Ruby Pom</name>
<description>TruffleRuby, a high-performance embeddable Ruby implementation</description>
<developers>
<developer>
<name>TruffleRuby</name>
<email>truffleruby@truffleruby.dev</email>
<organization>TruffleRuby</organization>
<organizationUrl>https://github.com/truffleruby/truffleruby</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>
<license>
<name>Universal Permissive License, Version 1.0</name>
<url>http://opensource.org/licenses/UPL</url>
</license>
<license>
<name>Unicode/ICU License</name>
<url>https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>dev.truffleruby.internal</groupId>
<artifactId>runtime</artifactId>
<version>33.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.truffleruby.internal</groupId>
<artifactId>resources</artifactId>
<version>33.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-runtime</artifactId>
<version>25.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.llvm</groupId>
<artifactId>llvm-native</artifactId>
<version>25.0.1</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:https://github.com/truffleruby/truffleruby.git</connection>
<developerConnection>scm:git:git@github.com:truffleruby/truffleruby.git</developerConnection>
<url>https://github.com/truffleruby/truffleruby</url>
</scm>
</project>