mirror of
https://github.com/akullpp/awesome-java.git
synced 2025-02-17 15:55:19 -05:00
Changed Guava URL to GitHub repository
This commit is contained in:
parent
effdd879c6
commit
9afb2e18f8
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
|
|||
|
||||
* [args4j](http://args4j.kohsuke.org/) - Command line arguments parser
|
||||
* [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing.
|
||||
* [Guava](http://code.google.com/p/guava-libraries/) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.
|
||||
* [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.
|
||||
* [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable.
|
||||
* [JGraphT](http://jgrapht.org/) - A graph library that provides mathematical graph-theory objects and algorithms.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue