Last Version

BeanShell 2.0b5

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
Version

Version

2.0b5
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 2.0b5


<!-- 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.