MVN

io.adgrid : adgridsdk

Maven & Gradle

Aug 30, 2023
0 stars

adgridsdk · AdGrid Mobile is a library that provides an end-to-end header bidding solution for mobile app publishers via adgrid.io. AdGrid Mobile libraries are available for iOS and Android. At this moment, AdGrid's Mobile SDK only supports Display Ad units.

<dependency>
    <groupId>io.adgrid</groupId>
    <artifactId>adgridsdk</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.adgrid : adgridsdk to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.adgrid : adgridsdk to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
adgridsdk-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.adgrid</groupId>
    <artifactId>adgridsdk</artifactId>
    <version>1.0.0</version>
</dependency>