MVN

cn.jiguang.sdk.ad.third : baiduenhanced

Maven & Gradle

May 05, 2023

baiduenhanced · baidu aar sdk

<dependency>
    <groupId>cn.jiguang.sdk.ad.third</groupId>
    <artifactId>baiduenhanced</artifactId>
    <version>9.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.29

All Versions

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

Version Vulnerabilities Updated
9.29
baiduenhanced-9.29
9.28
baiduenhanced-9.28
9.27
baiduenhanced-9.27
9.26
baiduenhanced-9.26
9.251
baiduenhanced-9.251
9.25
baiduenhanced-9.25
9.241
baiduenhanced-9.241
9.24
baiduenhanced-9.24
9.225
baiduenhanced-9.225
9.22
baiduenhanced-9.22
9.202
baiduenhanced-9.202

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.jiguang.sdk.ad.third</groupId>
    <artifactId>baiduenhanced</artifactId>
    <version>9.29</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.jiguang.sdk.ad.third:baiduenhanced:9.29'

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

implementation("cn.jiguang.sdk.ad.third:baiduenhanced:9.29")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.jiguang.sdk.ad.third" % "baiduenhanced" % "9.29"