GroupId | GroupIdio.runon.cryptocurrency |
---|---|
ArtifactId | ArtifactIdcryptocurrency-exchanges |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.runon.cryptocurrency/cryptocurrency-exchanges/ -->
<dependency>
<groupId>io.runon.cryptocurrency</groupId>
<artifactId>cryptocurrency-exchanges</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.runon.cryptocurrency/cryptocurrency-exchanges/
implementation 'io.runon.cryptocurrency:cryptocurrency-exchanges:0.3.0'
// https://jarcasting.com/artifacts/io.runon.cryptocurrency/cryptocurrency-exchanges/
implementation ("io.runon.cryptocurrency:cryptocurrency-exchanges:0.3.0")
'io.runon.cryptocurrency:cryptocurrency-exchanges:jar:0.3.0'
<dependency org="io.runon.cryptocurrency" name="cryptocurrency-exchanges" rev="0.3.0">
<artifact name="cryptocurrency-exchanges" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.runon.cryptocurrency', module='cryptocurrency-exchanges', version='0.3.0')
)
libraryDependencies += "io.runon.cryptocurrency" % "cryptocurrency-exchanges" % "0.3.0"
[io.runon.cryptocurrency/cryptocurrency-exchanges "0.3.0"]