jcore-flow-controllers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-flow-controllers</artifactId>
<version>2.6.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>jcore-base</artifactId>
<groupId>de.julielab</groupId>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcore-flow-controllers</artifactId>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-types</artifactId>
<version>${jcore-types-version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-utilities</artifactId>
<version>${jcore-utilities-version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-descriptor-creator</artifactId>
</dependency>
</dependencies>
<name>JCoRe Flow Controllers</name>
<organization>
<name>JULIE Lab Jena, Germany</name>
<url>http://www.julielab.de</url>
</organization>
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-flow-controllers</url>
<description>Flow controllers can be used to control the route a (J)CAS takes through an aggregate analysis engine.
This project contains Flow Controllers developed at the JULIE Lab.
</description>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses>
</project>