chrono is a date/time library
- written in 2004 when working with Date and Calendar in Java was a real pain
- driven by business needs
- used in production
- applied across several industries, e.g. insurance, banks, medical and project planning
- open sourced for our customers (and all people interested in the project)
- no interoperability with threeten/java.time
- Java >= 7
<dependency>
<groupId>com.arcusx.chrono</groupId>
<artifactId>arcusx-chrono</artifactId>
<version>1.3</version>
</dependency>
This software is written by arcus(x).