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