is not current version
Last Version 1.2.0

com.coingi.exchange:client 0.9.0

This is a Java library for interacting with Coingi.com HTTP API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.coingi.exchange
ArtifactId

ArtifactId

client
Version

Version

0.9.0
Type

Type

jar

Download client 0.9.0


<!-- https://jarcasting.com/artifacts/com.coingi.exchange/client/ -->
<dependency>
    <groupId>com.coingi.exchange</groupId>
    <artifactId>client</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.coingi.exchange/client/
implementation 'com.coingi.exchange:client:0.9.0'
// https://jarcasting.com/artifacts/com.coingi.exchange/client/
implementation ("com.coingi.exchange:client:0.9.0")
'com.coingi.exchange:client:jar:0.9.0'
<dependency org="com.coingi.exchange" name="client" rev="0.9.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coingi.exchange', module='client', version='0.9.0')
)
libraryDependencies += "com.coingi.exchange" % "client" % "0.9.0"
[com.coingi.exchange/client "0.9.0"]