bsh-bsf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.beanshell</groupId> <artifactId>bsh-bsf</artifactId> <version>2.0b4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- [MPG] POM Created by Mergere Pom Generator (beta). --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.beanshell</groupId> <artifactId>beanshell</artifactId> <version>2.0b4</version> </parent> <artifactId>bsh-bsf</artifactId> <name>BeanShell bsf</name> <description>BeanShell bsf</description> <dependencies> <dependency> <groupId>org.beanshell</groupId> <artifactId>bsh-core</artifactId> <version>2.0b4</version> </dependency> <!-- [TODO] UnconnectedImport: org.apache.bsf.BSFException --> <!-- [TODO] UnconnectedImport: org.apache.bsf.BSFDeclaredBean --> <!-- [TODO] UnconnectedImport: org.apache.bsf.util.BSFEngineImpl --> <!-- [TODO] UnconnectedImport: org.apache.bsf.BSFManager --> </dependencies> </project>