C

CoinApi

That is the Api for the CoinSystem
https://github.com/didi1150/CoinAPi
MIT License
Dezhong Zhuang
Files download
File Operation
CoinApi-0.0.4.jar download
CoinApi-0.0.4.pom download
CoinApi-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.didi1150</groupId>
  <artifactId>CoinApi</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.didi1150:CoinApi:0.0.4'
Gradle Kotlin
implementation("io.github.didi1150:CoinApi:0.0.4")
Scala SBT
libraryDependencies += "io.github.didi1150" % "CoinApi" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.didi1150', module='CoinApi', version='0.0.4')
)
Apache Ivy
<dependency org="io.github.didi1150" name="CoinApi" rev="0.0.4" />
Leiningen
[io.github.didi1150/CoinApi "0.0.4"]
Apache Buildr
'io.github.didi1150:CoinApi:jar:0.0.4'