BeanShell

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.

License

License

GroupId

GroupId

org.beanshell
ArtifactId

ArtifactId

bsh
Last Version

Last Version

2.0b5
Release Date

Release Date

Type

Type

jar
Description

Description

BeanShell
BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.
Project URL

Project URL

http://www.beanshell.org/

Download bsh

How to add to project

<!-- https://jarcasting.com/artifacts/org.beanshell/bsh/ -->
<dependency>
    <groupId>org.beanshell</groupId>
    <artifactId>bsh</artifactId>
    <version>2.0b5</version>
</dependency>
// https://jarcasting.com/artifacts/org.beanshell/bsh/
implementation 'org.beanshell:bsh:2.0b5'
// https://jarcasting.com/artifacts/org.beanshell/bsh/
implementation ("org.beanshell:bsh:2.0b5")
'org.beanshell:bsh:jar:2.0b5'
<dependency org="org.beanshell" name="bsh" rev="2.0b5">
  <artifact name="bsh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beanshell', module='bsh', version='2.0b5')
)
libraryDependencies += "org.beanshell" % "bsh" % "2.0b5"
[org.beanshell/bsh "2.0b5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0b5
2.0b4
1.3.0