smart-display-sdk-with-adincube-7.3.0.0.pom
Checksums
MD5
|
468a239b405e1a14a03f2a17ec886c90
|
SHA1
|
b001d500fca197df80972e6b02e6a50d501887b6
|
SHA256
|
127605b6573909d5211b4a00c462a3ad770e9d97e6f361c0047d8dda757b5467
|
SHA512
|
e8d75075e77fedc5720a462dd07bc8ca405efdd2d2ad080cd261b44f532e396a531edf20ee99911127ec6d423851a75f8e057e05b1bdfd44a188f67d1b5387f6
|
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.0.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.3.0</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.0</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>