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