is not current version
Last Version 1.0.0-alpha

info.datamuse:currency-exchange-rates 0.1-alpha

Implements fetching currency exchange rates from different providers, as well as caching the fetched rates for quick retrieval.

Categories

Categories

Data
GroupId

GroupId

info.datamuse
ArtifactId

ArtifactId

currency-exchange-rates
Version

Version

0.1-alpha
Type

Type

jar

Download currency-exchange-rates 0.1-alpha


<!-- https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/ -->
<dependency>
    <groupId>info.datamuse</groupId>
    <artifactId>currency-exchange-rates</artifactId>
    <version>0.1-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/
implementation 'info.datamuse:currency-exchange-rates:0.1-alpha'
// https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/
implementation ("info.datamuse:currency-exchange-rates:0.1-alpha")
'info.datamuse:currency-exchange-rates:jar:0.1-alpha'
<dependency org="info.datamuse" name="currency-exchange-rates" rev="0.1-alpha">
  <artifact name="currency-exchange-rates" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.datamuse', module='currency-exchange-rates', version='0.1-alpha')
)
libraryDependencies += "info.datamuse" % "currency-exchange-rates" % "0.1-alpha"
[info.datamuse/currency-exchange-rates "0.1-alpha"]