smart-display-sdk-with-adincube-7.1.2.0.pom
Checksums
MD5
|
9c6b4020608761aa19ce668ee79842b4
|
SHA1
|
a26556072c5340d3cb61e62c54af1aaff929320b
|
SHA256
|
072f4f64ce59a674efd291eba0b786aa4f4674227c9ebbde7058f34399df968b
|
SHA512
|
aae42eb433be8284a528eb9c636a3ea197e9d591ed6c2cac5c8cfa95185269500fd97dc12339ca19ebff2319a9d2f93947fb218187b19cc012c098403fcbbbf5
|
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.1.2.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.1.2</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.1.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.6.3</version>
<type>aar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>