dotify.text.impl contains an implementation of the text interfaces of dotify.api.
Download the latest release from maven central and add it to your runtime environment.
Access the implementations via the following APIs in dotify.api:
Integer2TextFactoryMaker
or in an OSGi environment use:
Integer2TextFactoryMakerService
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
See the common wiki for more information.