MVN

com.igaworks.ssp : IgawAdPopcornSSP

Maven & Gradle

Aug 21, 2023
1 usages
2 stars

IgawAdPopcornSSP · AdPopcornSSP Android SDK

<dependency>
    <groupId>com.igaworks.ssp</groupId>
    <artifactId>IgawAdPopcornSSP</artifactId>
    <version>3.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.igaworks.ssp : IgawAdPopcornSSP to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.7

All Versions

Choose a version of com.igaworks.ssp : IgawAdPopcornSSP to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
IgawAdPopcornSSP-3.2.7
IgawAdPopcornSSP-3.2.6
IgawAdPopcornSSP-3.2.5
IgawAdPopcornSSP-3.2.4
IgawAdPopcornSSP-3.2.3
IgawAdPopcornSSP-3.2.2
IgawAdPopcornSSP-3.2.1
IgawAdPopcornSSP-3.2.0
3.1.x
IgawAdPopcornSSP-3.1.10
IgawAdPopcornSSP-3.1.9
IgawAdPopcornSSP-3.1.8
IgawAdPopcornSSP-3.1.7
IgawAdPopcornSSP-3.1.6
IgawAdPopcornSSP-3.1.5
IgawAdPopcornSSP-3.1.4
IgawAdPopcornSSP-3.1.3
IgawAdPopcornSSP-3.1.2
IgawAdPopcornSSP-3.1.1
IgawAdPopcornSSP-3.1.0
3.0.x
IgawAdPopcornSSP-3.0.20
IgawAdPopcornSSP-3.0.19
IgawAdPopcornSSP-3.0.18
IgawAdPopcornSSP-3.0.17
IgawAdPopcornSSP-3.0.16
IgawAdPopcornSSP-3.0.15
IgawAdPopcornSSP-3.0.14
IgawAdPopcornSSP-3.0.13
IgawAdPopcornSSP-3.0.12
IgawAdPopcornSSP-3.0.11
IgawAdPopcornSSP-3.0.10
IgawAdPopcornSSP-3.0.9
IgawAdPopcornSSP-3.0.8
IgawAdPopcornSSP-3.0.7
IgawAdPopcornSSP-3.0.6
IgawAdPopcornSSP-3.0.5
IgawAdPopcornSSP-3.0.4
IgawAdPopcornSSP-3.0.3
IgawAdPopcornSSP-3.0.2
IgawAdPopcornSSP-3.0.1
IgawAdPopcornSSP-3.0.0
2.5.x
IgawAdPopcornSSP-2.5.4
IgawAdPopcornSSP-2.5.3
IgawAdPopcornSSP-2.5.2
IgawAdPopcornSSP-2.5.1
IgawAdPopcornSSP-2.5.0
2.4.x
IgawAdPopcornSSP-2.4.10
IgawAdPopcornSSP-2.4.9
IgawAdPopcornSSP-2.4.8
IgawAdPopcornSSP-2.4.7
IgawAdPopcornSSP-2.4.6
IgawAdPopcornSSP-2.4.5
IgawAdPopcornSSP-2.4.4

How to add a dependency to Maven

Add the following com.igaworks.ssp : IgawAdPopcornSSP maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.igaworks.ssp</groupId>
    <artifactId>IgawAdPopcornSSP</artifactId>
    <version>3.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.igaworks.ssp : IgawAdPopcornSSP gradle dependency to your build.gradle file:

implementation 'com.igaworks.ssp:IgawAdPopcornSSP:3.2.7'

Gradle Kotlin DSL: Add the following com.igaworks.ssp : IgawAdPopcornSSP gradle kotlin dependency to your build.gradle.kts file:

implementation("com.igaworks.ssp:IgawAdPopcornSSP:3.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.igaworks.ssp : IgawAdPopcornSSP sbt scala dependency to your build.sbt file:

libraryDependencies += "com.igaworks.ssp" % "IgawAdPopcornSSP" % "3.2.7"