smart-display-sdk-with-tapjoy-7.20.2.0.pom
Checksums
MD5
|
2f50de162e8cffcc3c447dc0a7fa3249
|
SHA1
|
02bb1233e381f0df28ccdff07ebc159aa53232dd
|
SHA256
|
e5cfbd1506782fc7963cbdd8c4a9ea0c1f465a3e8fe8bd4e3ddc3cc88b0f4c4d
|
SHA512
|
d042fcd5f3282b274b545bdd2060dfe42eb9af563796f14cdd7dbccadb16457e282593df2857f26e54f5b58d351841eb3f2b011448c4b04b4fa24da28771b9f3
|
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.20.2.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.20.2</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>