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