In this process I've renamed some packages and classes to match the packages and classes of the new Date & Time API, which have been renamed since the last Drombler Commons release.
The aggregated Javadoc of all components can be found here: http://www.drombler.org/DromblerCommons/docs/site/0.2/apidocs/
The source code can be found here.
The components are available from Maven Central (along with the sources and javadoc artifacts). You can use the following dependencies:
For Drombler Commons - FX - Core:
- <dependency>
- <groupId>org.drombler.commons</groupId>
- <artifactId>drombler-commons-fx-core</artifactId>
- <version>0.2</version>
- </dependency>
For Drombler Commons - FX - Date and Time (requires Java SE 8):
- <dependency>
- <groupId>org.drombler.commons</groupId>
- <artifactId>drombler-commons-fx-time</artifactId>
- <version>0.2</version>
- </dependency>