Last Version

BeanShell 2.0b6

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.apache-extras.beanshell
ArtifactId

ArtifactId

bsh
Version

Version

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

https://github.com/beanshell/beanshell/
Source Code Management

Source Code Management

https://github.com/beanshell/beanshell/

Download bsh 2.0b6


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.