streamline-api

Streamline API

License

License

GroupId

GroupId

org.daisy.streamline
ArtifactId

ArtifactId

streamline-api
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

streamline-api
Streamline API
Project URL

Project URL

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

Source Code Management

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

Download streamline-api

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
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