Registry / other / jruby-stdlib

jruby-stdlib

JSON →
library1.7.27javamavenunverified

Provides the standard library for JRuby, a Java implementation of the Ruby programming language.

<dependency> <groupId>org.jruby</groupId> <artifactId>jruby-stdlib</artifactId> <version>1.7.27</version> </dependency>
INSTALL
IMPORT
SIG · JRUBY-STDLIB
J
jruby-stdlib
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; Ruby runtime = Ruby.newInstance(); runtime.evalScriptlet("puts 'Hello from JRuby'");
Debug
Known issues
breakingJRuby 1.7.x is outdated and may have compatibility issues with modern Java versions.
fix
Upgrade to JRuby 9.x or later for better Java 8+ support.
affects: < 9.0.0.0
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-stdlib — mvn dependency:get jruby-stdlib · libregistry