GroupId | GroupIdcom.posadskiy |
---|---|
ArtifactId | ArtifactIdcurrency-converter |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
currency-converter-1.1.3.pom | |
currency-converter-1.1.3.jar | 20 KB |
currency-converter-1.1.3-sources.jar | 9 KB |
currency-converter-1.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation 'com.posadskiy:currency-converter:1.1.3'
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation ("com.posadskiy:currency-converter:1.1.3")
'com.posadskiy:currency-converter:jar:1.1.3'
<dependency org="com.posadskiy" name="currency-converter" rev="1.1.3">
<artifact name="currency-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posadskiy', module='currency-converter', version='1.1.3')
)
libraryDependencies += "com.posadskiy" % "currency-converter" % "1.1.3"
[com.posadskiy/currency-converter "1.1.3"]