This contains the Braille Utils API.
To implement the API, download the latest release from maven central using the following information: org.daisy.braille:braille-utils.api:2.0.0
To use the API, you also need to download at least one implementation (for example braille-utils.impl).
Build with gradlew build
- Requires JDK 7
- Implementations can be provided with SPI and/or OSGi