Contains general classes that had to be implemented in order to support the other projects.
To use the bundle, download the latest release from maven central.
Adding classes to this project should not be taken lightly as infrastructure dependencies can cause problems if overused.
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 Dotify Common development is available here.
See the common wiki for more information.