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