streamline-api

Streamline API

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

streamline-api
Streamline API
Ссылка на сайт

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

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

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

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

Скачать streamline-api

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Build Status Type License: LGPL v2.1

Streamline API

Provides an API for managing file conversions. For an example implementation see dotify.task.impl.

Using

To implement the API, download a release from maven central.

To use the API, you need to have access to at least one implementation as well. Here's a list of known implementations:

  • dotify.task.impl

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
  • Implementations can be provided with SPI and/or OSGi

Javadoc

Javadoc for the latest Streamline API development is available here.

More information

See the common wiki for more information.

org.daisy.streamline

Ologolo

Open source java libraries

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

Версия
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.3.0
0.2.0
0.1.0