2013-06-25 02:31:19 +02:00
|
|
|
Description of used libraries:
|
2017-05-02 19:09:35 +02:00
|
|
|
|
|
|
|
- Logs/
|
|
|
|
- log4j log API
|
|
|
|
- slf4j-api facade log API
|
|
|
|
- slf4j-log4j12 adaptation layer between slf4j and log4j
|
|
|
|
|
|
|
|
- UnitTesting/
|
|
|
|
- hamcrest-core required by junit
|
|
|
|
- hsqldb SQL Database for unit test.
|
|
|
|
- junit unit tests API
|
|
|
|
|
|
|
|
- other:
|
|
|
|
- commons-codec digest tools
|
|
|
|
- commons-lang useful tools (StringUtils...)
|
|
|
|
- JodaTime useful time library
|