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 sendle-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.dft.sendle
├─ io.github.dft.sendle.QuoteAPI.class - [JAR]
├─ io.github.dft.sendle.SendleSDK.class - [JAR]
io.github.dft.sendle.model
├─ io.github.dft.sendle.model.SendleCredentials.class - [JAR]
io.github.dft.sendle.constantcode
├─ io.github.dft.sendle.constantcode.ConstantCodes.class - [JAR]
io.github.dft.sendle.model.quote
├─ io.github.dft.sendle.model.quote.Amount.class - [JAR]
├─ io.github.dft.sendle.model.quote.ErrorDetail.class - [JAR]
├─ io.github.dft.sendle.model.quote.Eta.class - [JAR]
├─ io.github.dft.sendle.model.quote.Messages.class - [JAR]
├─ io.github.dft.sendle.model.quote.PriceBreakdown.class - [JAR]
├─ io.github.dft.sendle.model.quote.Quote.class - [JAR]
├─ io.github.dft.sendle.model.quote.QuoteResponse.class - [JAR]
├─ io.github.dft.sendle.model.quote.QuoteResponseList.class - [JAR]
├─ io.github.dft.sendle.model.quote.Route.class - [JAR]
├─ io.github.dft.sendle.model.quote.TaxBreakdown.class - [JAR]