MVN

io.clevermaps.client-sdk : client-sdk

Maven & Gradle

Dec 15, 2021

CleverMaps Client SDK · Java SDK for CleverMaps

<dependency>
    <groupId>io.clevermaps.client-sdk</groupId>
    <artifactId>client-sdk</artifactId>
    <version>1.0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.clevermaps.client-sdk : client-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.18

All Versions

Choose a version of io.clevermaps.client-sdk : client-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
client-sdk-1.0.0.18
client-sdk-1.0.0.12
client-sdk-1.0.0.11
client-sdk-1.0.0.10
client-sdk-1.0.0.5
client-sdk-1.0.0.2
client-sdk-1.0.0.0

How to add a dependency to Maven

Add the following io.clevermaps.client-sdk : client-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.clevermaps.client-sdk</groupId>
    <artifactId>client-sdk</artifactId>
    <version>1.0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.clevermaps.client-sdk : client-sdk gradle dependency to your build.gradle file:

implementation 'io.clevermaps.client-sdk:client-sdk:1.0.0.18'

Gradle Kotlin DSL: Add the following io.clevermaps.client-sdk : client-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.clevermaps.client-sdk:client-sdk:1.0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.clevermaps.client-sdk : client-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.clevermaps.client-sdk" % "client-sdk" % "1.0.0.18"

Advertisement