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