git clone https://github.com/fishy15/helloworld-maven.git
to clone the repository locallycd helloworld-maven
mvn package
to create the JAR file with the program to runjava -cp target/helloworld-1.0-SNA PSHOT.jar com.aaryanprakash.app.App
to run the program