Something other people might find helpful.
The Utilities that I use in a lot of my projects.
Features include:
- TimeUnit that goes up to Years and provides appropriate Millisecond conversions
- A simple Date helper that does some farly basic formatting, will be updated to look better later
- A Locale class that allows for custom language files to be used.
Once I stop being lazy I'll write documentation on this, but now is not the time for that
You can get it off of Maven by including my Repository and adding it as a dependency Repository:
<repository>
<id>dragovorn-repo</id>
<url>http://repo.dragovorn.com/</url>
</repository>
Dependency:
<dependency>
<groupId>com.dragovorn</groupId>
<artifactId>util</artifactId>
<version>0.0.3</version>
</dependency>