C

CoinApi

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