The general support library contains various smaller utilities that can be useful for any java project. Utilities are available in the following areas:
The following maven dependency must be used:
| groupId | artifactId |
|---|---|
| org.wamblee | wamblee-support-general |
In addition there are optional dependencies on the following maven artifacts that need only be used when EhCache utlities are used:
| groupId | artifactId | version |
|---|---|---|
| net.sf.ehcache | ehcache-core | 2.2.0 |