is not current version
Last Version 1.2.0

com.coingi.exchange:client 1.0.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

1.0.0
Type

Type

jar

Download client 1.0.0


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