Monthly Archive: June 2016

3 ways to add local jar to maven project

Introduction You may need to add a custom JAR as a dependency to your Maven project. This tutorial shows 3 ways to do it: Install manually the JAR into your local Maven repository Adding...

More