License |
License
MIT
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.arkecosystem |
ArtifactId | ArtifactIdclient |
Version | Version1.2.9 |
Type | Typejar |
Description |
Descriptionjava-client
A Simple REST API Client Implementation in Java for the ARK CORE Blockchain Framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-1.2.9.pom | |
client-1.2.9.jar | 15 KB |
client-1.2.9-sources.jar | 8 KB |
client-1.2.9-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.arkecosystem/client/ -->
<dependency>
<groupId>org.arkecosystem</groupId>
<artifactId>client</artifactId>
<version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.arkecosystem/client/
implementation 'org.arkecosystem:client:1.2.9'
// https://jarcasting.com/artifacts/org.arkecosystem/client/
implementation ("org.arkecosystem:client:1.2.9")
'org.arkecosystem:client:jar:1.2.9'
<dependency org="org.arkecosystem" name="client" rev="1.2.9">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arkecosystem', module='client', version='1.2.9')
)
libraryDependencies += "org.arkecosystem" % "client" % "1.2.9"
[org.arkecosystem/client "1.2.9"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 4.4.1 |
com.squareup.okhttp3 : mockwebserver | jar | 4.4.1 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |