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-justcoin-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xeiam.xchange.justcoin.dto.trade.out
├─ com.xeiam.xchange.justcoin.dto.trade.out.JustcoinOrder.class - [JAR]
├─ com.xeiam.xchange.justcoin.dto.trade.out.JustcoinTrade.class - [JAR]
com.xeiam.xchange.justcoin
├─ com.xeiam.xchange.justcoin.Justcoin.class - [JAR]
├─ com.xeiam.xchange.justcoin.JustcoinAdapters.class - [JAR]
├─ com.xeiam.xchange.justcoin.JustcoinAuthenticated.class - [JAR]
├─ com.xeiam.xchange.justcoin.JustcoinExchange.class - [JAR]
├─ com.xeiam.xchange.justcoin.JustcoinUtils.class - [JAR]
com.xeiam.xchange.justcoin.dto
├─ com.xeiam.xchange.justcoin.dto.PostCreateResponse.class - [JAR]
├─ com.xeiam.xchange.justcoin.dto.Utils.class - [JAR]
com.xeiam.xchange.justcoin.dto.account
├─ com.xeiam.xchange.justcoin.dto.account.JustcoinBalance.class - [JAR]
├─ com.xeiam.xchange.justcoin.dto.account.JustcoinDepositAddress.class - [JAR]
com.xeiam.xchange.justcoin.service.polling
├─ com.xeiam.xchange.justcoin.service.polling.JustcoinAccountService.class - [JAR]
├─ com.xeiam.xchange.justcoin.service.polling.JustcoinAccountServiceRaw.class - [JAR]
├─ com.xeiam.xchange.justcoin.service.polling.JustcoinBasePollingService.class - [JAR]
├─ com.xeiam.xchange.justcoin.service.polling.JustcoinMarketDataService.class - [JAR]
├─ com.xeiam.xchange.justcoin.service.polling.JustcoinMarketDataServiceRaw.class - [JAR]
├─ com.xeiam.xchange.justcoin.service.polling.JustcoinTradeService.class - [JAR]
├─ com.xeiam.xchange.justcoin.service.polling.JustcoinTradeServiceRaw.class - [JAR]
com.xeiam.xchange.justcoin.dto.marketdata
├─ com.xeiam.xchange.justcoin.dto.marketdata.JustcoinDepth.class - [JAR]
├─ com.xeiam.xchange.justcoin.dto.marketdata.JustcoinPublicTrade.class - [JAR]
├─ com.xeiam.xchange.justcoin.dto.marketdata.JustcoinTicker.class - [JAR]
com.xeiam.xchange.justcoin.dto.trade.in
├─ com.xeiam.xchange.justcoin.dto.trade.in.OrderReq.class - [JAR]