brailleapps / braille-utils.api

ARCHIVED (see readme.md): Provides the API used in Braille Utils
GNU Lesser General Public License v2.1
1 stars 2 forks source link
api braille embossing java osgi spi

Type License: LGPL v2.1

Note: This project has been merged into dotify.api (https://github.com/brailleapps/dotify.api) and will not be updated anymore. Please use dotify.api instead.

braille-utils.api

This contains the Braille Utils API.

Using

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

To use the API, you also need to download at least one implementation (for example braille-utils.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

Javadoc

Javadoc for the latest Braille Utils API development is available here.

More information

See the common wiki for more information.