jar

io.github.pietrek777 : cryptoprice

Maven & Gradle

Jan 01, 2018

CryptoPrice · Provides data about cryptocurrency prices and global data, such as MarketCap. It can also convert prices of cryptocurrencies to fiat currencies (and in opposite direction)

Table Of Contents

Latest Version

Download io.github.pietrek777 : cryptoprice JAR file - Latest Versions:

All Versions

Download io.github.pietrek777 : cryptoprice JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cryptoprice-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.pietrek777.cryptoprice.exception

├─ io.github.pietrek777.cryptoprice.exception.DataReceivingException.class - [JAR]

├─ io.github.pietrek777.cryptoprice.exception.NoSuchCoinException.class - [JAR]

io.github.pietrek777.cryptoprice.model

├─ io.github.pietrek777.cryptoprice.model.Coin.class - [JAR]

├─ io.github.pietrek777.cryptoprice.model.CryptoPrice.class - [JAR]

├─ io.github.pietrek777.cryptoprice.model.DetailedCoinData.class - [JAR]

├─ io.github.pietrek777.cryptoprice.model.FiatCurrency.class - [JAR]

├─ io.github.pietrek777.cryptoprice.model.FiatPrice.class - [JAR]

├─ io.github.pietrek777.cryptoprice.model.GlobalData.class - [JAR]

io.github.pietrek777.cryptoprice.util

├─ io.github.pietrek777.cryptoprice.util.ApiDataProvider.class - [JAR]

├─ io.github.pietrek777.cryptoprice.util.CmcApiDataProvider.class - [JAR]

io.github.pietrek777.cryptoprice.dao

├─ io.github.pietrek777.cryptoprice.dao.CmcDAO.class - [JAR]

├─ io.github.pietrek777.cryptoprice.dao.CmcGlobalDataDAO.class - [JAR]

├─ io.github.pietrek777.cryptoprice.dao.CmcPriceDAO.class - [JAR]

├─ io.github.pietrek777.cryptoprice.dao.CmcRankDAO.class - [JAR]

├─ io.github.pietrek777.cryptoprice.dao.GlobalDataDAO.class - [JAR]

├─ io.github.pietrek777.cryptoprice.dao.PriceDAO.class - [JAR]

├─ io.github.pietrek777.cryptoprice.dao.RankDAO.class - [JAR]

Advertisement