View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window appium-maven-plugin-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lazerycode.appium.configuration
├─ com.lazerycode.appium.configuration.AppiumArguments.class - [JAR]
com.lazerycode.appium.mojo
├─ com.lazerycode.appium.mojo.AbstractAppiumMojo.class - [JAR]
├─ com.lazerycode.appium.mojo.HelpMojo.class - [JAR]
├─ com.lazerycode.appium.mojo.StartAppiumMojo.class - [JAR]
├─ com.lazerycode.appium.mojo.StopAppiumMojo.class - [JAR]
com.lazerycode.appium.utility
├─ com.lazerycode.appium.utility.UtilityFunctions.class - [JAR]