From 68d96282be48d37219c31ac8b4084f5ea14ebbf4 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Wed, 24 Jun 2015 17:04:42 +0200 Subject: [PATCH] Include the Gephi platform in the Utility section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bba8ce8..7c3ef72 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [args4j](http://args4j.kohsuke.org/) - Command line arguments parser. +* [Gephi](https://github.com/gephi/gephi/) - A cross-platform for visualizing and manipulating large graph networks. * [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [JADE](http://jade.tilab.com/) - Providers a framework and an environment to build and to debug multi-agent systems. * [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable.