2018-05-31 09:27:45 +02:00
|
|
|
Description of used libraries.
|
|
|
|
|
|
|
|
Standards:
|
2013-06-28 15:31:39 +02:00
|
|
|
- commons-lang: useful tools (StringUtils...)
|
2018-05-31 09:27:45 +02:00
|
|
|
|
|
|
|
Logging
|
2013-06-25 02:31:19 +02:00
|
|
|
- log4j: log API
|
2013-06-26 16:40:18 +02:00
|
|
|
- slf4j-api: facade log API
|
|
|
|
- slf4j-log4j12: adaptation layer between slf4j and log4j
|
2018-05-31 09:27:45 +02:00
|
|
|
|
|
|
|
Testing:
|
|
|
|
- hamcrest-core: required by JUnit
|
|
|
|
- junit: unit tests API
|
2013-09-02 12:04:35 +02:00
|
|
|
|