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