Maven – How to create a Java project
In this tutorial, we will show you how to use Maven to manage a Java project – create, add dependencies and package a Java project into an executable jar file. At the end, we will create an executable jar file to hash a given string with the SHA-256 algorithm. Technologies used : Maven 3.5.3, JDK 8, Apache Commons Codec 1.11