calgen/lib
2021-12-03 18:05:27 +01:00
..
Logs First commit. 2021-12-03 18:05:27 +01:00
UnitTesting First commit. 2021-12-03 18:05:27 +01:00
commons-lang3-3.12.0-sources.jar First commit. 2021-12-03 18:05:27 +01:00
commons-lang3-3.12.0.jar First commit. 2021-12-03 18:05:27 +01:00
commons-text-1.9-sources.jar First commit. 2021-12-03 18:05:27 +01:00
commons-text-1.9.jar First commit. 2021-12-03 18:05:27 +01:00
devinsy-strings-0.17.0-sources.zip First commit. 2021-12-03 18:05:27 +01:00
devinsy-strings-0.17.0.jar First commit. 2021-12-03 18:05:27 +01:00
README First commit. 2021-12-03 18:05:27 +01:00
threeten-extra-1.7.0-sources.jar First commit. 2021-12-03 18:05:27 +01:00
threeten-extra-1.7.0.jar First commit. 2021-12-03 18:05:27 +01:00

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