beanshell / beanshell

Beanshell scripting language
Apache License 2.0
815 stars 183 forks source link

Download link for bsh.jar in readme.md does not work #744

Closed TianYuanSX closed 1 month ago

TianYuanSX commented 10 months ago

https://bintray.com/artifact/download/beanshell/Beanshell/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar

nickl- commented 1 month ago

Readme as been updated please use:

    <dependencies>
       <dependency>
         <groupId>org.beanshell</groupId>
         <artifactId>bsh</artifactId>
         <version>3.0.0-SNAPSHOT</version>
       </dependency>
    </dependencies>