https://github.com/chatch/beanshell
BeanShell Lightweight Scripting for Java
https://github.com/chatch/beanshell
Last synced: 8 months ago
JSON representation
BeanShell Lightweight Scripting for Java
- Host: GitHub
- URL: https://github.com/chatch/beanshell
- Owner: chatch
- License: other
- Created: 2016-04-24T03:05:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T04:06:51.000Z (about 10 years ago)
- Last Synced: 2024-10-03T12:18:51.124Z (over 1 year ago)
- Language: Java
- Size: 341 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.html
- License: License.txt
Awesome Lists containing this project
README
# BeanShell
BeanShell sources imported from [here] (https://search.maven.org/remotecontent?filepath=org/beanshell/bsh/2.0b5/bsh-2.0b5-sources.jar) because the [Beanshell home page](http://www.beanshell.org/) has dead links to the source archive and subversion repository.
## Quick Start
```
mvn install
java -jar target/bsh-2.0b5-jar-with-dependencies.jar
```