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