https://github.com/compnet/commontools
Library used in other projects
https://github.com/compnet/commontools
Last synced: 5 months ago
JSON representation
Library used in other projects
- Host: GitHub
- URL: https://github.com/compnet/commontools
- Owner: CompNet
- License: gpl-3.0
- Created: 2019-07-20T21:37:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T07:51:59.000Z (over 2 years ago)
- Last Synced: 2025-09-10T05:08:52.506Z (9 months ago)
- Language: Java
- Size: 8.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CommonTools v2.10.7
===================
*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**
-----------------------------------------------------------------------
## Description
This Eclipse project contains Java classes implementing general features, which are likely to be useful in other applications.
## Use
This source code is meant to be used as utility in larger Java projects, by simply including the appropriate packages.
## Dependencies
Here are the dependencies for CommonTools:
* [Jsoup 1.8.2](https://jsoup.org/)
* `web` package: HTML-related features.
* [Jdom 2.0.6](http://www.jdom.org/)
* `keys` package: access to XML files.
* `xml` package: XML-related features.
* [Apache Commons Text 1.7](https://commons.apache.org/proper/commons-text/)
* `string` package: string comparison.
* [Apache HttpCore 4.4.11](https://hc.apache.org/httpcomponents-core-ga/) and [Apache HttpClient 4.5.9](https://hc.apache.org/httpcomponents-client-4.5.x)
* `web` package: HTTP-related features.
* [Apache Commons Logging 1.2](http://commons.apache.org/proper/commons-logging/)
* Required by other Apache libraries.
## Todo
* 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