is not current version
Last Version 2.0.0

org.arkecosystem:client 1.2.8

A Simple REST API Client Implementation in Java for the ARK CORE Blockchain Framework.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.arkecosystem
ArtifactId

ArtifactId

client
Version

Version

1.2.8
Type

Type

jar

Download client 1.2.8


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