Categories |
CategoriesData |
---|---|
GroupId | GroupIdinfo.datamuse |
ArtifactId | ArtifactIdcurrency-exchange-rates |
Version | Version0.2-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/ -->
<dependency>
<groupId>info.datamuse</groupId>
<artifactId>currency-exchange-rates</artifactId>
<version>0.2-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/
implementation 'info.datamuse:currency-exchange-rates:0.2-alpha'
// https://jarcasting.com/artifacts/info.datamuse/currency-exchange-rates/
implementation ("info.datamuse:currency-exchange-rates:0.2-alpha")
'info.datamuse:currency-exchange-rates:jar:0.2-alpha'
<dependency org="info.datamuse" name="currency-exchange-rates" rev="0.2-alpha">
<artifact name="currency-exchange-rates" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.datamuse', module='currency-exchange-rates', version='0.2-alpha')
)
libraryDependencies += "info.datamuse" % "currency-exchange-rates" % "0.2-alpha"
[info.datamuse/currency-exchange-rates "0.2-alpha"]