MVN

cn.jiguang.sdk.ad.adapter : ksadbase

Maven & Gradle

May 22, 2023

ksadbase · ksad adapter

<dependency>
    <groupId>cn.jiguang.sdk.ad.adapter</groupId>
    <artifactId>ksadbase</artifactId>
    <version>3.3.44.05051</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jiguang.sdk.ad.adapter : ksadbase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.44.05051

All Versions

Choose a version of cn.jiguang.sdk.ad.adapter : ksadbase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
ksadbase-3.3.44.05051
ksadbase-3.3.42.04131
ksadbase-3.3.40.03201
ksadbase-3.3.38.02151
ksadbase-3.3.36.12271
ksadbase-3.3.34.11281
ksadbase-3.3.32.10281
ksadbase-3.3.31.10131
ksadbase-3.3.28.08181
ksadbase-3.3.28.08121
ksadbase-3.3.25.06231
ksadbase-3.3.23.04131

How to add a dependency to Maven

Add the following cn.jiguang.sdk.ad.adapter : ksadbase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jiguang.sdk.ad.adapter</groupId>
    <artifactId>ksadbase</artifactId>
    <version>3.3.44.05051</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jiguang.sdk.ad.adapter : ksadbase gradle dependency to your build.gradle file:

implementation 'cn.jiguang.sdk.ad.adapter:ksadbase:3.3.44.05051'

Gradle Kotlin DSL: Add the following cn.jiguang.sdk.ad.adapter : ksadbase gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jiguang.sdk.ad.adapter:ksadbase:3.3.44.05051")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jiguang.sdk.ad.adapter : ksadbase sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jiguang.sdk.ad.adapter" % "ksadbase" % "3.3.44.05051"