MVN

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

Maven & Gradle

May 23, 2023

gdt-without · gdt adapter

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

Latest Version

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

  • Latest Stable: 4.520.1390.04131

All Versions

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

Version Vulnerabilities Updated
4.520.x
gdt-without-4.520.1390.04131
4.512.x
gdt-without-4.512.1382.03271
4.510.x
gdt-without-4.510.1380.02151
4.500.x
gdt-without-4.500.1370.11281
4.492.x
gdt-without-4.492.1362.10271
4.484.x
gdt-without-4.484.1354.09201
4.482.x
gdt-without-4.482.1352.08173
gdt-without-4.482.1352.08172
gdt-without-4.482.1352.08171
gdt-without-4.482.1352.07281
4.471.x
gdt-without-4.471.1341.06271
4.460.x
gdt-without-4.460.1330.04132

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.jiguang.sdk.ad.adapter</groupId>
    <artifactId>gdt-without</artifactId>
    <version>4.520.1390.04131</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.jiguang.sdk.ad.adapter:gdt-without:4.520.1390.04131'

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

implementation("cn.jiguang.sdk.ad.adapter:gdt-without:4.520.1390.04131")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.jiguang.sdk.ad.adapter" % "gdt-without" % "4.520.1390.04131"