smart-display-sdk-with-inmobi-7.0.3.1.pom
Checksums
MD5
|
046396394829de9893cb16ad3424069d
|
SHA1
|
87ab53d2eb2939d83230e03c3a07fb530eb4b59a
|
SHA256
|
a9b1f4ebda847c0dabd3254a0ab32574f3a3f7857baa8ec978f5b09c0b72a357
|
SHA512
|
ddd089309e9f3d999f6dbbcea432f4ad9b892f99f94f82c96d98a0c4b0600b4efbbdd0cda2177989d3d0c891b05d8a5f91744dfa306da233c568fe6de9c75303
|
POM
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.smartadserver.android.mediation</groupId>
<artifactId>smart-display-sdk-with-inmobi</artifactId>
<version>7.0.3.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.0.3</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>28.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-ads-identifier</artifactId>
<version>16.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-location</artifactId>
<version>16.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.inmobi.monetization</groupId>
<artifactId>inmobi-ads</artifactId>
<version>7.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>