Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.clevermaps.client-sdk |
ArtifactId | ArtifactIdclient-sdk |
Version | Version1.0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
client-sdk-1.0.0.2.pom | |
client-sdk-1.0.0.2.jar | 2 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.clevermaps.client-sdk/client-sdk/
implementation 'io.clevermaps.client-sdk:client-sdk:1.0.0.2'
// https://jarcasting.com/artifacts/io.clevermaps.client-sdk/client-sdk/
implementation ("io.clevermaps.client-sdk:client-sdk:1.0.0.2")
'io.clevermaps.client-sdk:client-sdk:jar:1.0.0.2'
<dependency org="io.clevermaps.client-sdk" name="client-sdk" rev="1.0.0.2">
<artifact name="client-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.clevermaps.client-sdk', module='client-sdk', version='1.0.0.2')
)
libraryDependencies += "io.clevermaps.client-sdk" % "client-sdk" % "1.0.0.2"
[io.clevermaps.client-sdk/client-sdk "1.0.0.2"]