This contains pef related tools, based on the braille utils api.
To use the bundle, download the latest release from maven central. In addtion, at least one bundle which implements the Braille Utils APIs must be added to the runtime, for example braille-utils.impl
Build with gradlew build
(Windows) or ./gradlew build
(Mac/Linux)
Tests are run with gradlew test
(Windows) or ./gradlew test
(Mac/Linux)
- Requires Java 8
- Compatible with SPI and OSGi
Javadoc for the latest PEF tools is available here.
See the common wiki for more information.