bluima_scripting
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.epfl.bbp.nlp</groupId> <artifactId>bluima_scripting</artifactId> <version>1.0.1</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>ch.epfl.bbp.nlp</groupId> <artifactId>bluima_module</artifactId> <version>1.0.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>bluima_scripting</artifactId> <name>Bluima Scripting Engine</name> <description>Allows to lauch UIMA pipeline with simple scripts</description> <dependencies> <dependency> <artifactId>bluima_utils</artifactId> <groupId>${project.groupId}</groupId> <version>${project.parent.version}</version> </dependency> <dependency> <artifactId>bluima_jython</artifactId> <groupId>${project.groupId}</groupId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.beanshell</groupId> <artifactId>bsh</artifactId> <version>2.0b5</version> </dependency> </dependencies> </project>