smart-display-sdk-with-tapjoy-7.21.0.0.pom
Checksums
MD5
|
7a8b72da723c491f0e098e3f66566f20
|
SHA1
|
5f179a563517d50e89d27928bb5b618fc9987e09
|
SHA256
|
6fc9b75271ef6e34b67a76fbf2f8ef20d55c580221dcc1830a103fad145ad5d7
|
SHA512
|
9484e27d6709fbb2509a557c16bf93b6f509fe659b95259cf21a56afbdb5d54785c3d061f313c365c1100dbf3c72c8c467e9a85498f67b1f67ed9c654a2671f5
|
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.0</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>