From f4ff0f41b2d9165433fbf90775a9edcadab9ea4e Mon Sep 17 00:00:00 2001 From: akullpp Date: Wed, 16 Jul 2014 21:56:42 +0200 Subject: [PATCH] Update README.md Readded javatuples, but added a info that the concept maybe debatable. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb675d3..0037232 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [Google Guava](http://code.google.com/p/guava-libraries/) - 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. ## Visualization