jar

net.sf.beezle.maven.plugins : application

Maven & Gradle

Nov 28, 2011

Maven Application Plugin · Generates an application file. An application file is a single file containing your entire application, it's all you need to distribute or run the application. Technically, an application file is a Bash shell script with an appended executable jar file. You can invoke it directly or you can pass it as an argument to java -jar. You can rename it without breaking the application.

Table Of Contents

Latest Version

Download net.sf.beezle.maven.plugins : application JAR file - Latest Versions:

All Versions

Download net.sf.beezle.maven.plugins : application JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.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 application-1.3.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.beezle.maven.plugins.application

├─ net.sf.beezle.maven.plugins.application.BaseMojo.class - [JAR]

├─ net.sf.beezle.maven.plugins.application.DistributeMojo.class - [JAR]

├─ net.sf.beezle.maven.plugins.application.GenerateMojo.class - [JAR]

├─ net.sf.beezle.maven.plugins.application.HelpMojo.class - [JAR]

├─ net.sf.beezle.maven.plugins.application.Sources.class - [JAR]