Download bsh-core-2.0b4.jar file - Jar b

Jar examples for b:bsh-core

Description

BeanShell core

You can download jar file bsh-core 2.0b4 in this page.

Build File

You can use the following script to add bsh-core-2.0b4.jar to your project.

<dependency>
   <groupId>org.beanshell</groupId>
   <artifactId>bsh-core</artifactId>
   <version>2.0b4</version>
</dependency>
compile group: 'org.beanshell', name: 'bsh-core', version: '2.0b4'
libraryDependencies += "org.beanshell" % "bsh-core" % "2.0b4"
<dependency org="org.beanshell" name="bsh-core" rev="2.0b4"/>
@Grapes(@Grab(group='org.beanshell', module='bsh-core', version='2.0b4'))
'org.beanshell:bsh-core:jar:2.0b4'

Download

Click the following link to download the jar file.

bsh-core-2.0b4.jar
bsh-core-2.0b4.pom



Related Tutorials