GroupId | GroupIdio.runon.cryptocurrency |
---|---|
ArtifactId | ArtifactIdexchanges |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
exchanges-0.1.6.pom | |
exchanges-0.1.6.jar | 51 KB |
exchanges-0.1.6-sources.jar | 30 KB |
exchanges-0.1.6-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.runon.cryptocurrency/exchanges/ -->
<dependency>
<groupId>io.runon.cryptocurrency</groupId>
<artifactId>exchanges</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.runon.cryptocurrency/exchanges/
implementation 'io.runon.cryptocurrency:exchanges:0.1.6'
// https://jarcasting.com/artifacts/io.runon.cryptocurrency/exchanges/
implementation ("io.runon.cryptocurrency:exchanges:0.1.6")
'io.runon.cryptocurrency:exchanges:jar:0.1.6'
<dependency org="io.runon.cryptocurrency" name="exchanges" rev="0.1.6">
<artifact name="exchanges" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.runon.cryptocurrency', module='exchanges', version='0.1.6')
)
libraryDependencies += "io.runon.cryptocurrency" % "exchanges" % "0.1.6"
[io.runon.cryptocurrency/exchanges "0.1.6"]