jar

com.github.sarxos : exchange-rates-api

Maven & Gradle

Mar 31, 2015
3 stars

Exchange Rates API · Java API to access forex exchange rates via Yahoo YQL with fallback to OpenExchangeRates JSON

Table Of Contents

Latest Version

Download com.github.sarxos : exchange-rates-api JAR file - Latest Versions:

All Versions

Download com.github.sarxos : exchange-rates-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2

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 exchange-rates-api-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.sarxos.xchange

├─ com.github.sarxos.xchange.ExchangeCache.class - [JAR]

├─ com.github.sarxos.xchange.ExchangeException.class - [JAR]

├─ com.github.sarxos.xchange.ExchangeQuery.class - [JAR]

├─ com.github.sarxos.xchange.ExchangeRate.class - [JAR]

com.github.sarxos.xchange.impl

├─ com.github.sarxos.xchange.impl.Fetch.class - [JAR]

├─ com.github.sarxos.xchange.impl.FetchOpenExchangeImpl.class - [JAR]

├─ com.github.sarxos.xchange.impl.FetchYahooImpl.class - [JAR]

Advertisement