MVN

org.apache-extras.beanshell : bsh

Maven & Gradle

Feb 18, 2016
65 usages
759 stars

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.

<dependency>
    <groupId>org.apache-extras.beanshell</groupId>
    <artifactId>bsh</artifactId>
    <version>2.0b6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache-extras.beanshell : bsh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0b6

All Versions

Choose a version of org.apache-extras.beanshell : bsh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0b6
bsh-2.0b6
2.0b5
bsh-2.0b5

How to add a dependency to Maven

Add the following org.apache-extras.beanshell : bsh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache-extras.beanshell</groupId>
    <artifactId>bsh</artifactId>
    <version>2.0b6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache-extras.beanshell : bsh gradle dependency to your build.gradle file:

implementation 'org.apache-extras.beanshell:bsh:2.0b6'

Gradle Kotlin DSL: Add the following org.apache-extras.beanshell : bsh gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache-extras.beanshell:bsh:2.0b6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache-extras.beanshell : bsh sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache-extras.beanshell" % "bsh" % "2.0b6"

Advertisement