JAR File in Java
A JAR (Java Archive) is a package file format typically used to aggregate many Java class files and associated metadata and resources.
Maven dependency to create Uber Jar
<build>
<plugins>
<plugin>
<groupId>org.apache.maven...
blog.naveenpn.com2 min read