C

CoinApi

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