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 invoice-core-jvm-0.0.60.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
invoice
├─ invoice.Address.class - [JAR]
├─ invoice.Calculable.class - [JAR]
├─ invoice.Creator.class - [JAR]
├─ invoice.Invoice.class - [JAR]
├─ invoice.LineItem.class - [JAR]
├─ invoice.Receiver.class - [JAR]
├─ invoice.Sender.class - [JAR]
├─ invoice.SenderUtils.class - [JAR]
├─ invoice.Tax.class - [JAR]
├─ invoice.TaxAgency.class - [JAR]
├─ invoice.Vendor.class - [JAR]
├─ invoice.VendorReference.class - [JAR]