statoolinfos/lib/README

21 lines
523 B
Text
Raw Normal View History

2020-09-13 01:28:27 +02:00
Description of used libraries:
- Logs/
2024-07-26 19:20:15 +02:00
- log4j-api log API
- log4j-core
- log4j-slf4j-impl adaptation layer between slf4j and log4j
2020-09-13 01:28:27 +02:00
- slf4j-api facade log API
- UnitTesting/
- hamcrest-core required by junit
- hsqldb SQL Database for unit test.
- junit unit tests API
- other:
- commons-codec digest tools
- commons-io
- commons-lang useful tools (StringUtils...)
- devinsy-strings
- devinsy-xml
- hsqldb
- mysql-jdbc