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 xchange-jubi-3.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xeiam.xchange.jubi
├─ com.xeiam.xchange.jubi.Jubi.class - [JAR]
├─ com.xeiam.xchange.jubi.JubiAdapters.class - [JAR]
├─ com.xeiam.xchange.jubi.JubiExchange.class - [JAR]
com.xeiam.xchange.jubi.dto.marketdata
├─ com.xeiam.xchange.jubi.dto.marketdata.JubiTicker.class - [JAR]
com.xeiam.xchange.jubi.service.polling
├─ com.xeiam.xchange.jubi.service.polling.JubiBasePollingService.class - [JAR]
├─ com.xeiam.xchange.jubi.service.polling.JubiMarketDataService.class - [JAR]
├─ com.xeiam.xchange.jubi.service.polling.JubiMarketDataServiceRaw.class - [JAR]