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