JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.
'org.jruby:jruby:1.7.13'
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>1.7.13</version>
</dependency>
<dependency org="org.jruby" name="jruby" rev="1.7.13"/>
"org.jruby", "jruby", "1.7.13"