Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.kraken.client |
ArtifactId | ArtifactIdclient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.0.pom | |
client-1.0.0.jar | 46 KB |
client-1.0.0-sources.jar | 33 KB |
client-1.0.0-javadoc.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kraken.client/client/ -->
<dependency>
<groupId>io.kraken.client</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kraken.client/client/
implementation 'io.kraken.client:client:1.0.0'
// https://jarcasting.com/artifacts/io.kraken.client/client/
implementation ("io.kraken.client:client:1.0.0")
'io.kraken.client:client:jar:1.0.0'
<dependency org="io.kraken.client" name="client" rev="1.0.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kraken.client', module='client', version='1.0.0')
)
libraryDependencies += "io.kraken.client" % "client" % "1.0.0"
[io.kraken.client/client "1.0.0"]