help us to understand to Date/Time API.
Add the following snippet to any project's pom that depends on your project
<repositories>
...
<repository>
<id>deamtiet</id>
<url>https://raw.github.com/furplag/deamtiet/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
...
<dependencies>
...
<dependency>
<groupId>jp.furplag.sandbox</groupId>
<artifactId>deamtiet</artifactId>
<version>2.0.1-FINAL</version>
</dependency>
</dependencies>
Code is under the Apache Licence v2.