Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.17 KB

Build Status Type License: LGPL v2.1

streamline-engine

This contains a small framework for running tasks which implement streamline-api.

Using

To use the bundle, download the latest release from maven central.

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Testing

Tests are run with gradlew test (Windows) or ./gradlew test (Mac/Linux)

Requirements & Compatibility

  • Requires Java 8
  • Compatible with SPI and OSGi

Javadoc

Javadoc for the latest Streamline Engine is available here.

More information

See the common wiki for more information.