GroupId | GroupIdcom.posadskiy |
---|---|
ArtifactId | ArtifactIdcurrency-converter |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
currency-converter-1.1.1.pom | |
currency-converter-1.1.1.jar | 19 KB |
currency-converter-1.1.1-sources.jar | 9 KB |
currency-converter-1.1.1-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.posadskiy/currency-converter/ -->
<dependency>
<groupId>com.posadskiy</groupId>
<artifactId>currency-converter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation 'com.posadskiy:currency-converter:1.1.1'
// https://jarcasting.com/artifacts/com.posadskiy/currency-converter/
implementation ("com.posadskiy:currency-converter:1.1.1")
'com.posadskiy:currency-converter:jar:1.1.1'
<dependency org="com.posadskiy" name="currency-converter" rev="1.1.1">
<artifact name="currency-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posadskiy', module='currency-converter', version='1.1.1')
)
libraryDependencies += "com.posadskiy" % "currency-converter" % "1.1.1"
[com.posadskiy/currency-converter "1.1.1"]