smart-display-sdk-with-inmobi-7.0.3.0.pom
Checksums
MD5
|
426e07ef71000f99c70adccd0fedd2e8
|
SHA1
|
fe5fd87b6d4257212c3930dc91cf182b1e01fbf2
|
SHA256
|
379cef43955f8300da23901d221276a6f8f08a20872a1d68a4d9ff03cc89531f
|
SHA512
|
5fcba47ff282e41121a624baa64e7541d4271886b1de4686793c79e66095f8d725bb61fe713b788a6776cbba0e97e16ea0fb1c3acdc9346c0e341b29b86cbe2e
|
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.0</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>