Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.arkecosystem |
ArtifactId | ArtifactIdclient |
Version | Version1.2.8 |
Type | Typejar |
Filename | Size |
---|---|
client-1.2.8.pom | |
client-1.2.8.jar | 17 KB |
client-1.2.8-sources.jar | 8 KB |
client-1.2.8-javadoc.jar | 435 KB |
Browse |
<!-- 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"]