License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdinfo.datamuse |
ArtifactId | ArtifactIdcurrency-exchange-rates |
Version | Version1.0.0-alpha |
Type | Typejar |
Description |
DescriptionCurrency Exchange Rates library
Implements fetching currency exchange rates from different providers,
as well as caching the fetched rates for quick retrieval.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationDatamuse |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/ -->
<dependency>
<groupId>info.datamuse</groupId>
<artifactId>currency-exchange-rates</artifactId>
<version>1.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/
implementation 'info.datamuse:currency-exchange-rates:1.0.0-alpha'
// https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/
implementation ("info.datamuse:currency-exchange-rates:1.0.0-alpha")
'info.datamuse:currency-exchange-rates:jar:1.0.0-alpha'
<dependency org="info.datamuse" name="currency-exchange-rates" rev="1.0.0-alpha">
<artifact name="currency-exchange-rates" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.datamuse', module='currency-exchange-rates', version='1.0.0-alpha')
)
libraryDependencies += "info.datamuse" % "currency-exchange-rates" % "1.0.0-alpha"
[info.datamuse/currency-exchange-rates "1.0.0-alpha"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.json : json | jar | 20180130 |
redis.clients : jedis Optional | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.commons : commons-lang3 | jar | 3.7 |