From 0b3f0e1d5f504606fdac69c42fc5b5c856808847 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 1 Aug 2017 13:41:35 +0200 Subject: [PATCH] add find jar for java developers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad794d2..779dcb5 100644 --- a/README.md +++ b/README.md @@ -1348,6 +1348,8 @@ I just want to centralize my findings and bookmarks in a central location, and s * [John Hanley](http://www.javapractices.com/home/HomeAction.do) - Collected Java Practices * [Nick Parlante](http://codingbat.com/java) - CodingBat : practice your java skills * [Lieven Doclo](https://dzone.com/articles/why-i-never-use-maven-release) - Why I Never Use the Maven Release Plugin +* [findJAR](http://findjar.com/index.x) - a JAR search engine to help developers finding JAR libraries containing specific Java classes. + ## JavaScript * [Ilse Garcia](https://dev.to/poleslayer/the-js-path-javascript-best-practices-pt-1) - The JS Path: JavaScript Best Practices Pt. 1