Registry / other / jruby-complete

jruby-complete

JSON →
library1.7.27javamavenunverified

JRuby is a 100% Java implementation of the Ruby programming language, allowing Ruby code to run on the JVM.

<dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> <version>1.7.27</version> </dependency>
INSTALL
IMPORT
SIG · JRUBY-COMPLETE
J
jruby-complete
otherjavav1.7.27
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ruby
org.jruby.Ruby

Creates a JRuby runtime and executes a Ruby script.

import org.jruby.Ruby; public class JRubyExample { public static void main(String[] args) { Ruby runtime = Ruby.newInstance(); runtime.evalScriptlet("puts 'Hello from JRuby'"); } }
Debug
Known issues
gotchaVersion 1.7.27 is outdated; consider using a newer version for better compatibility and performance.
fix
Upgrade to the latest stable version (e.g., 9.4.x).
affects: <=1.7.27
Upgrade
Version history
1.7.27latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jruby-complete — mvn dependency:get jruby-complete · libregistry