jar

com.amitinside : fatjar-maven-plugin

Maven & Gradle

Feb 05, 2018
0 stars

FatJAR Maven Mojo · This maven plugin is responsible to create a Fat JAR bundle containing all the dependencies specified in a POM file. Sometimes users need to unpack specific dependency (eq. zip, tar etc) before packing the dependency as this dependency could contain other jar files. The primary motive is to collect all the dependencies including the plain jar dependencies and the other jar dependencies that reside in other dependency (eq. zip, tar etc). Apart from this, it could also update the versions of the specified dependencies before wrapping in a big fat JAR bundle. This internally uses bnd to wrap all the dependencies in a single fat JAR.

Table Of Contents

Latest Version

Download com.amitinside : fatjar-maven-plugin JAR file - Latest Versions:

All Versions

Download com.amitinside : fatjar-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fatjar-maven-plugin-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.amitinside.maven.fatjar.plugin

├─ com.amitinside.maven.fatjar.plugin.Configurer.class - [JAR]

├─ com.amitinside.maven.fatjar.plugin.FatJarBuilder.class - [JAR]

├─ com.amitinside.maven.fatjar.plugin.FatJarMakerMojo.class - [JAR]

├─ com.amitinside.maven.fatjar.plugin.LocalMavenRepositoryBrowser.class - [JAR]

├─ com.amitinside.maven.fatjar.plugin.MavenVersionsUpdater.class - [JAR]