Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.arkecosystem |
ArtifactId | ArtifactIdclient |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
client-0.1.1.pom | |
client-0.1.1.jar | 19 KB |
client-0.1.1-sources.jar | 10 KB |
client-0.1.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.arkecosystem/client/ -->
<dependency>
<groupId>org.arkecosystem</groupId>
<artifactId>client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.arkecosystem/client/
implementation 'org.arkecosystem:client:0.1.1'
// https://jarcasting.com/artifacts/org.arkecosystem/client/
implementation ("org.arkecosystem:client:0.1.1")
'org.arkecosystem:client:jar:0.1.1'
<dependency org="org.arkecosystem" name="client" rev="0.1.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arkecosystem', module='client', version='0.1.1')
)
libraryDependencies += "org.arkecosystem" % "client" % "0.1.1"
[org.arkecosystem/client "0.1.1"]