You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
catgenerator/lib
Christian P. MOMON 7dcfc45c08
Clean lib files. Added core jar build.
2 years ago
..
Logs First commit. 3 years ago
UnitTesting First commit. 3 years ago
README First commit. 3 years ago
commons-cli-1.4-javadoc.jar First commit. 3 years ago
commons-cli-1.4-sources.jar First commit. 3 years ago
commons-cli-1.4.jar First commit. 3 years ago
commons-codec-1.8-sources.jar First commit. 3 years ago
commons-codec-1.8.jar First commit. 3 years ago
commons-io-2.7-sources.jar First commit. 3 years ago
commons-io-2.7.jar First commit. 3 years ago
commons-lang3-3.11-sources.jar First commit. 3 years ago
commons-lang3-3.11.jar First commit. 3 years ago
commons-text-1.9-sources.jar First commit. 3 years ago
commons-text-1.9.jar First commit. 3 years ago
devinsy-strings-0.11.0-sources.zip First commit. 3 years ago
devinsy-strings-0.11.0.jar First commit. 3 years ago

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