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 tradeshift-sdk-linelinker-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tradeshift.sdk.linelinker.domain
├─ com.tradeshift.sdk.linelinker.domain.Input.class - [JAR]
├─ com.tradeshift.sdk.linelinker.domain.Result.class - [JAR]
├─ com.tradeshift.sdk.linelinker.domain.SourceDocResult.class - [JAR]
├─ com.tradeshift.sdk.linelinker.domain.SourceDocResultElement.class - [JAR]
├─ com.tradeshift.sdk.linelinker.domain.TargetDocResultElement.class - [JAR]
com.tradeshift.sdk.linelinker
├─ com.tradeshift.sdk.linelinker.TradeshiftLinelinker.class - [JAR]
├─ com.tradeshift.sdk.linelinker.TradeshiftLinelinkerClient.class - [JAR]
com.tradeshift.sdk.linelinker.json
├─ com.tradeshift.sdk.linelinker.json.IDDeserializer.class - [JAR]
├─ com.tradeshift.sdk.linelinker.json.JsonResult.class - [JAR]