smart-display-sdk-with-tapjoy-7.19.1.0.pom
Checksums
MD5
|
4e3e66860ff0a8bf65cd9dee95b413e1
|
SHA1
|
79ee8252154f04225a69aeb99f344f75ad9a641a
|
SHA256
|
3c69e7e0d9ae41d1fac0dc433769a4c282eb8d41a82b605ff27241dcfa70371b
|
SHA512
|
ce726bd7d90f488284a1f954c7964c5149ffc7fd160301f2fac9d51966dfbf87fb1eaa6669a9e224565f46049d32b2c3acde93767da4eebd2f4c90e5e1cd5bcb
|
POM
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.smartadserver.android.mediation</groupId>
<artifactId>smart-display-sdk-with-tapjoy</artifactId>
<version>7.19.1.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.19.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.tapjoy</groupId>
<artifactId>tapjoy-android-sdk</artifactId>
<version>12.8.1</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>