logar/lib
2021-10-18 10:37:39 +02:00
..
Logs First commit. 2021-02-27 10:43:43 +01:00
UnitTesting 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.12.0-sources.jar Upgraded to Java 1.7. 2021-10-18 10:37:39 +02:00
commons-lang3-3.12.0.jar Upgraded to Java 1.7. 2021-10-18 10:37:39 +02: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-cmdexec-0.17.0-sources.zip Upgraded to Java 1.7. 2021-10-18 10:37:39 +02:00
devinsy-cmdexec-0.17.0.jar Upgraded to Java 1.7. 2021-10-18 10:37:39 +02:00
devinsy-strings-0.17.0-sources.zip Upgraded to Java 1.7. 2021-10-18 10:37:39 +02:00
devinsy-strings-0.17.0.jar Upgraded to Java 1.7. 2021-10-18 10:37:39 +02:00
README First commit. 2021-02-27 10:43:43 +01:00
threeten-extra-1.7.0-sources.jar Upgraded to Java 1.7. 2021-10-18 10:37:39 +02:00
threeten-extra-1.7.0.jar Upgraded to Java 1.7. 2021-10-18 10:37:39 +02: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