jar

org.greening : unojar-maven-plugin

Maven & Gradle

Jul 22, 2020
5 stars

Unojar Maven Plugin · Unojar maven plugin creates a "fat jar" or "uber jar". It packages dependency jars with a main jar file, and with a specified main class to start, into a ...unojar.jar file. Dependent jars are automatically loaded with the main jar, and main method in the main class is called. This allows an entire application to be released as a single file and run with "java -jar ...unojar.jar".

Table Of Contents

Latest Version

Download org.greening : unojar-maven-plugin JAR file - Latest Versions:

All Versions

Download org.greening : unojar-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.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 unojar-maven-plugin-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.greening.unojar

├─ org.greening.unojar.UnojarMojo.class - [JAR]