License |
License |
---|---|
GroupId | GroupIdcom.posadskiy |
ArtifactId | ArtifactIdcurrency-converter |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
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.3.0.pom | |
currency-converter-1.3.0.jar | 19 KB |
currency-converter-1.3.0-sources.jar | 9 KB |
currency-converter-1.3.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.posadskiy/currency-converter/ -->
<dependency>
<groupId>com.posadskiy</groupId>
<artifactId>currency-converter</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation 'com.posadskiy:currency-converter:1.3.0'
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation ("com.posadskiy:currency-converter:1.3.0")
'com.posadskiy:currency-converter:jar:1.3.0'
<dependency org="com.posadskiy" name="currency-converter" rev="1.3.0">
<artifact name="currency-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posadskiy', module='currency-converter', version='1.3.0')
)
libraryDependencies += "com.posadskiy" % "currency-converter" % "1.3.0"
[com.posadskiy/currency-converter "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.20.2 |