License |
License |
---|---|
GroupId | GroupIdcom.posadskiy |
ArtifactId | ArtifactIdcurrency-converter |
Version | Version1.1.4 |
Type | Typejar |
Description |
DescriptionCurrency Converter
Open Source library for converting currencies
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
currency-converter-1.1.4.pom | |
currency-converter-1.1.4.jar | 20 KB |
currency-converter-1.1.4-sources.jar | 9 KB |
currency-converter-1.1.4-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.posadskiy/currency-converter/ -->
<dependency>
<groupId>com.posadskiy</groupId>
<artifactId>currency-converter</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation 'com.posadskiy:currency-converter:1.1.4'
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation ("com.posadskiy:currency-converter:1.1.4")
'com.posadskiy:currency-converter:jar:1.1.4'
<dependency org="com.posadskiy" name="currency-converter" rev="1.1.4">
<artifact name="currency-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posadskiy', module='currency-converter', version='1.1.4')
)
libraryDependencies += "com.posadskiy" % "currency-converter" % "1.1.4"
[com.posadskiy/currency-converter "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.16.1 |