MVN

cn.jiguang.sdk.ad.adapter : jgads

Maven & Gradle

Jul 21, 2023

jgads · jgads adapter sdk

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

Latest Version

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

  • Latest Stable: 2.0.3.04143

All Versions

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

Version Vulnerabilities Updated
2.0.x
jgads-2.0.3.04143
jgads-2.0.3.04142
jgads-2.0.3.04141
jgads-2.0.2.04112
jgads-2.0.2.04111
1.3.x
jgads-1.3.5.11294
jgads-1.3.5.11293
jgads-1.3.5.11292
jgads-1.3.5.11291
jgads-1.3.4.11144
jgads-1.3.4.11143
jgads-1.3.4.11142
jgads-1.3.4.11141
jgads-1.3.3.10104
jgads-1.3.3.10103
jgads-1.3.3.10102
jgads-1.3.3.10101
jgads-1.3.2.09202
jgads-1.3.2.09201

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.jiguang.sdk.ad.adapter</groupId>
    <artifactId>jgads</artifactId>
    <version>2.0.3.04143</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.jiguang.sdk.ad.adapter:jgads:2.0.3.04143'

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

implementation("cn.jiguang.sdk.ad.adapter:jgads:2.0.3.04143")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.jiguang.sdk.ad.adapter" % "jgads" % "2.0.3.04143"