smart-display-sdk-with-tapjoy-7.21.0.1.pom
Checksums
MD5
|
a77d01f298a3c77bd433aee28c3bcd2a
|
SHA1
|
7351593ccca4f1877332aa2e729d935a1efdc12a
|
SHA256
|
9c79f82a35e2e4b6ef80f9919974790b9b728f23f2247339f674964eacada7e2
|
SHA512
|
ff3918decf7fec97b2d65edaa1c50f03a11f49a6dd20c3d4c505b64275b13e905ac547f71e40fba4bb23978089d678c7c87a6d7eeb958ac4427ae0c99208dfe0
|
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.21.0.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.21.0</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>