streamline-engine

Streamline Engine

License

License

GroupId

GroupId

org.daisy.streamline
ArtifactId

ArtifactId

streamline-engine
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

streamline-engine
Streamline Engine
Project URL

Project URL

https://github.com/ologolo/streamline-engine
Source Code Management

Source Code Management

https://github.com/ologolo/streamline-engine

Download streamline-engine

How to add to project

<!-- https://jarcasting.com/artifacts/org.daisy.streamline/streamline-engine/ -->
<dependency>
    <groupId>org.daisy.streamline</groupId>
    <artifactId>streamline-engine</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.daisy.streamline/streamline-engine/
implementation 'org.daisy.streamline:streamline-engine:1.3.0'
// https://jarcasting.com/artifacts/org.daisy.streamline/streamline-engine/
implementation ("org.daisy.streamline:streamline-engine:1.3.0")
'org.daisy.streamline:streamline-engine:jar:1.3.0'
<dependency org="org.daisy.streamline" name="streamline-engine" rev="1.3.0">
  <artifact name="streamline-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.daisy.streamline', module='streamline-engine', version='1.3.0')
)
libraryDependencies += "org.daisy.streamline" % "streamline-engine" % "1.3.0"
[org.daisy.streamline/streamline-engine "1.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.daisy.streamline : streamline-api jar 1.2.0

Project Modules

There are no modules declared in this project.

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.

org.daisy.streamline

Ologolo

Open source java libraries

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0
0.3.0
0.2.0
0.1.0