MVN

com.tencent.klevin : KlevinAdSDK

Maven & Gradle

Aug 08, 2022

KlevinAdSDK · KlevinAdSDK for Android

<dependency>
    <groupId>com.tencent.klevin</groupId>
    <artifactId>KlevinAdSDK</artifactId>
    <version>2.9.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.klevin : KlevinAdSDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.1.5

All Versions

Choose a version of com.tencent.klevin : KlevinAdSDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
KlevinAdSDK-2.9.1.5
KlevinAdSDK-2.9.1.3
2.8.x
KlevinAdSDK-2.8.0.9
KlevinAdSDK-2.8.0.6
2.7.x
KlevinAdSDK-2.7.2.10
KlevinAdSDK-2.7.2.9
KlevinAdSDK-2.7.2.7
KlevinAdSDK-2.7.1.3
2.6.x
KlevinAdSDK-2.6.2.7
KlevinAdSDK-2.6.2.3
KlevinAdSDK-2.6.1.7
KlevinAdSDK-2.6.0.8
KlevinAdSDK-2.6.0.6
2.5.x
KlevinAdSDK-2.5.1.2
KlevinAdSDK-2.5.1

How to add a dependency to Maven

Add the following com.tencent.klevin : KlevinAdSDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.klevin</groupId>
    <artifactId>KlevinAdSDK</artifactId>
    <version>2.9.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.klevin : KlevinAdSDK gradle dependency to your build.gradle file:

implementation 'com.tencent.klevin:KlevinAdSDK:2.9.1.5'

Gradle Kotlin DSL: Add the following com.tencent.klevin : KlevinAdSDK gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.klevin:KlevinAdSDK:2.9.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.klevin : KlevinAdSDK sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.klevin" % "KlevinAdSDK" % "2.9.1.5"