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