streamline-engine

Streamline Engine

Лицензия

Лицензия

Группа

Группа

org.daisy.streamline
Идентификатор

Идентификатор

streamline-engine
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

streamline-engine
Streamline Engine
Ссылка на сайт

Ссылка на сайт

https://github.com/ologolo/streamline-engine
Система контроля версий

Система контроля версий

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

Скачать streamline-engine

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.daisy.streamline : streamline-api jar 1.2.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.3.0
1.2.0
1.1.0
1.0.0
0.3.0
0.2.0
0.1.0