Jar examples for b:bsh
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.
You can download jar file bsh 1.2-b3 in this page.
GNU LESSER GENERAL PUBLIC LICENSE
You can use the following script to add bsh-1.2-b3.jar to your project.
<dependency> <groupId>bsh</groupId> <artifactId>bsh</artifactId> <version>1.2-b3</version> </dependency>
compile group: 'bsh', name: 'bsh', version: '1.2-b3'
libraryDependencies += "bsh" % "bsh" % "1.2-b3"
<dependency org="bsh" name="bsh" rev="1.2-b3"/>
@Grapes(@Grab(group='bsh', module='bsh', version='1.2-b3'))
'bsh:bsh:jar:1.2-b3'
Click the following link to download the jar file.
bsh-1.2-b3.jar