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