C

CoinApi

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