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-chbtc-4.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.knowm.xchange.chbtc.service
├─ org.knowm.xchange.chbtc.service.ChbtcMarketDataService.class - [JAR]
├─ org.knowm.xchange.chbtc.service.ChbtcMarketDataServiceRaw.class - [JAR]
org.knowm.xchange.chbtc
├─ org.knowm.xchange.chbtc.Chbtc.class - [JAR]
├─ org.knowm.xchange.chbtc.ChbtcAdapters.class - [JAR]
├─ org.knowm.xchange.chbtc.ChbtcExchange.class - [JAR]
org.knowm.xchange.chbtc.dto.marketdata
├─ org.knowm.xchange.chbtc.dto.marketdata.ChbtcOrderBook.class - [JAR]
├─ org.knowm.xchange.chbtc.dto.marketdata.ChbtcTicker.class - [JAR]
├─ org.knowm.xchange.chbtc.dto.marketdata.ChbtcTickerResponse.class - [JAR]
├─ org.knowm.xchange.chbtc.dto.marketdata.ChbtcTrade.class - [JAR]