logar/lib
Christian P. MOMON 11ee2d4f84 First commit. 2021-02-27 10:43:43 +01:00
..
Logs First commit. 2021-02-27 10:43:43 +01:00
UnitTesting First commit. 2021-02-27 10:43:43 +01:00
README First commit. 2021-02-27 10:43:43 +01:00
commons-cli-1.4-javadoc.jar First commit. 2021-02-27 10:43:43 +01:00
commons-cli-1.4-sources.jar First commit. 2021-02-27 10:43:43 +01:00
commons-cli-1.4.jar First commit. 2021-02-27 10:43:43 +01:00
commons-codec-1.8-sources.jar First commit. 2021-02-27 10:43:43 +01:00
commons-codec-1.8.jar First commit. 2021-02-27 10:43:43 +01:00
commons-io-2.7-sources.jar First commit. 2021-02-27 10:43:43 +01:00
commons-io-2.7.jar First commit. 2021-02-27 10:43:43 +01:00
commons-lang3-3.11-sources.jar First commit. 2021-02-27 10:43:43 +01:00
commons-lang3-3.11.jar First commit. 2021-02-27 10:43:43 +01:00
commons-text-1.9-sources.jar First commit. 2021-02-27 10:43:43 +01:00
commons-text-1.9.jar First commit. 2021-02-27 10:43:43 +01:00
devinsy-strings-0.11.3-sources.zip First commit. 2021-02-27 10:43:43 +01:00
devinsy-strings-0.11.3.jar First commit. 2021-02-27 10:43:43 +01:00
threeten-extra-1.5.0-sources.jar First commit. 2021-02-27 10:43:43 +01:00
threeten-extra-1.5.0.jar First commit. 2021-02-27 10:43:43 +01:00

README

Description of used libraries:

- 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-io		
    - commons-lang      useful tools (StringUtils...)
	- devinsy-strings
	- devinsy-xml
	- hsqldb
	- mysql-jdbc