Finally it’s done. I decided to release the first version of all those classes that I implemented and collected throughout the last years, the RS Library. A complete documentation can be found either through Javadocs or the appropriate module homepages:
- baselib module
- data module
- data-hibernate module
The Maven coordinates are:
<dependency> <groupid>eu.ralph-schuster</groupid> <artifactid>$module</artifactid> <version>1.0.0</version> </dependency> |