jruby-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.7.4</version>
</dependency><?xml version="1.0"?>
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.7.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jruby-common</artifactId>
<packaging>pom</packaging>
<name>JRuby Common</name>
<modules>
<module>jruby</module>
<module>jruby-core</module>
<module>jruby-complete</module>
<module>jruby-stdlib</module>
<module>jruby-dist</module>
<module>jruby-rake-plugin</module>
</modules>
</project>