smart-display-sdk-with-adincube-7.3.1.0.pom
Checksums
MD5
|
c8fc3cfecc7f7cc94171b0d2dacd335c
|
SHA1
|
3abcb19d8cb8beb24d5f30cdfaf574cad4d09792
|
SHA256
|
f157ecf243a9ba93f0e9253c4057185d65846d5d48b93176ab783ec93c6b3f3c
|
SHA512
|
11986dc35e5a9672d305b18fc12e4a93f9cf8dcbc3726c88792d02653a03d8180851715d09b1329b10dd692a7dd48cc932622ac50eb77eb142aa6cf3cb931f32
|
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-adincube</artifactId>
<version>7.3.1.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.3.1</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-core-sdk</artifactId>
<version>7.3.1</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.adincube.sdk</groupId>
<artifactId>AdinCube-Java-1626ebe</artifactId>
<version>2.9.4</version>
<type>aar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>