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