Google provides a Currency Converter API services for Consumption by Client Application.The link for this library is listed below:-
https://code.google.com/p/currency-converter-api/The maven dependecy tag to include this library is listed below.<dependency>
<groupId>com.tunyk.currencyconverter</groupId>
<artifactId>currency-converter-api</artifactId>
<version>1.0</version>
</dependency>
In this
Demo,
"We wil...
Published on May 23, 2014 13:21