Registry / utility / bsh
library2.0b5javamavenunverified

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java.

<dependency> <groupId>org.beanshell</groupId> <artifactId>bsh</artifactId> <version>2.0b5</version> </dependency>
INSTALL
IMPORT
SIG · BSH
B
bsh
utilityjavav2.0b5
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.

Interpreter
bsh.Interpreter

Evaluates a BeanShell script that prints 10.

import bsh.Interpreter; public class Main { public static void main(String[] args) throws Exception { Interpreter interpreter = new Interpreter(); interpreter.set("x", 5); interpreter.eval("System.out.println(x * 2);"); } }
Debug
Known issues
gotchaVersion 2.0b5 is a beta release; not recommended for production.
fix
Use a stable version if available.
affects: 2.0b5
Upgrade
Version history
2.0b5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
bsh — mvn dependency:get bsh · libregistry