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