Library used in other projects
- Copyright 2010-21 Vincent Labatut
CommonTools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For source availability and license information see licence.txt
- Lab site: http://lia.univ-avignon.fr/
- GitHub repo: https://github.com/CompNet/CommonTools
- Contact: vincent.labatut@univ-avignon.fr
Just stored here for convenience, not meant to be used outside of the team, not much documentation
This Eclipse project contains Java classes implementing general features, which are likely to be useful in other applications.
This source code is meant to be used as utility in larger Java projects, by simply including the appropriate packages.
Here are the dependencies for CommonTools:
- Jsoup 1.8.2
web
package: HTML-related features.
- Jdom 2.0.6
keys
package: access to XML files.xml
package: XML-related features.
- Apache Commons Text 1.7
string
package: string comparison.
- Apache HttpCore 4.4.11 and Apache HttpClient 4.5.9
web
package: HTTP-related features.
- Apache Commons Logging 1.2
- Required by other Apache libraries.
- Debug web reader
- Include graph package from BiblioProcess, move GraphmlTools to a separate subpackage
- Use the new LocalDate class instead of Date
- Check the more recent nio methods