MVN

com.tradplusad : baidu-ads

Maven & Gradle

Aug 07, 2023

baidu-ads · baidu-ads

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>baidu-ads</artifactId>
    <version>9.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tradplusad : baidu-ads to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.31

All Versions

Choose a version of com.tradplusad : baidu-ads to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.31
baidu-ads-9.31
9.28
baidu-ads-9.28
9.271
baidu-ads-9.271
9.251
baidu-ads-9.251
9.241
baidu-ads-9.241
9.3
baidu-ads-9.3

How to add a dependency to Maven

Add the following com.tradplusad : baidu-ads maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>baidu-ads</artifactId>
    <version>9.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tradplusad : baidu-ads gradle dependency to your build.gradle file:

implementation 'com.tradplusad:baidu-ads:9.31'

Gradle Kotlin DSL: Add the following com.tradplusad : baidu-ads gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tradplusad:baidu-ads:9.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tradplusad : baidu-ads sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tradplusad" % "baidu-ads" % "9.31"