is not current version
Last Version 2.0.0

org.arkecosystem:client 0.1.2

A simple Java API client for the ARK Blockchain.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.arkecosystem
ArtifactId

ArtifactId

client
Version

Version

0.1.2
Type

Type

jar

Download client 0.1.2


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