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 mayocat-shop-shipping-api-0.40.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.mayocat.shop.shipping.store
├─ org.mayocat.shop.shipping.store.CarrierStore.class - [JAR]
org.mayocat.shop.shipping.model
├─ org.mayocat.shop.shipping.model.Carrier.class - [JAR]
├─ org.mayocat.shop.shipping.model.CarrierRule.class - [JAR]
org.mayocat.shop.shipping
├─ org.mayocat.shop.shipping.ShippingOption.class - [JAR]
├─ org.mayocat.shop.shipping.ShippingService.class - [JAR]
├─ org.mayocat.shop.shipping.Strategy.class - [JAR]
├─ org.mayocat.shop.shipping.StrategyPriceCalculator.class - [JAR]