MVN

cn.jiguang.sdk.ad.adapter : toutiao-without

Maven & Gradle

May 23, 2023

toutiao-without · toutiao adapter

<dependency>
    <groupId>cn.jiguang.sdk.ad.adapter</groupId>
    <artifactId>toutiao-without</artifactId>
    <version>5.2.0.5.04131</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.2.0.5.04131

All Versions

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

Version Vulnerabilities Updated
5.2.x
toutiao-without-5.2.0.5.04131
5.1.x
toutiao-without-5.1.0.2.02151
4.9.x
toutiao-without-4.9.0.8.11031
toutiao-without-4.9.0.4.10131
4.7.x
toutiao-without-4.7.1.2.08241
4.6.x
toutiao-without-4.6.0.7.07271
toutiao-without-4.6.0.2.07141
4.4.x
toutiao-without-4.4.0.2.04131

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.jiguang.sdk.ad.adapter</groupId>
    <artifactId>toutiao-without</artifactId>
    <version>5.2.0.5.04131</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.jiguang.sdk.ad.adapter:toutiao-without:5.2.0.5.04131'

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

implementation("cn.jiguang.sdk.ad.adapter:toutiao-without:5.2.0.5.04131")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.jiguang.sdk.ad.adapter" % "toutiao-without" % "5.2.0.5.04131"