Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coingi.exchange |
ArtifactId | ArtifactIdclient |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.9.0.pom | |
client-0.9.0.jar | 44 KB |
client-0.9.0-sources.jar | 23 KB |
client-0.9.0-javadoc.jar | 255 KB |
Browse |
<!-- 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"]