MVN

com.tradplusad : sigmob-ads

Maven & Gradle

Aug 07, 2023

sigmob-ads · sigmob-ads

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

Latest Version

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

  • Latest Stable: 4.12.4

All Versions

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

Version Vulnerabilities Updated
4.12.x
sigmob-ads-4.12.4
sigmob-ads-4.12.2
sigmob-ads-4.12.1
4.10.x
sigmob-ads-4.10.1
sigmob-ads-4.10.0
4.9.x
sigmob-ads-4.9.0
4.8.x
sigmob-ads-4.8.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>sigmob-ads</artifactId>
    <version>4.12.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tradplusad:sigmob-ads:4.12.4'

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

implementation("com.tradplusad:sigmob-ads:4.12.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tradplusad" % "sigmob-ads" % "4.12.4"