hope those snippets will help us for development .
Add the following snippet to any project's pom that depends on your project
<repositories>
...
<repository>
<id>relic</id>
<url>https://raw.github.com/furplag/relic/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
...
<dependencies>
...
<dependency>
<groupId>jp.furplag.sandbox</groupId>
<artifactId>relic</artifactId>
<version>5.1.0</version>
</dependency>
</dependencies>
enable to unsafe access to the Object .
shorthands to use stream API .
functional interfaces which against some problems when handling exceptions in lambda expression .
converting between each instant values represented by some of (different) time scale, e.g.) epoch millis, unix date, julian date and something .
optimized Unicode character(s) normalization for using under standard input .
shorthands of Locale and Timezone .
Code is under the Apache License v2.