smart-display-sdk-with-tapjoy-7.23.0.0.pom
Checksums
MD5
|
ac2d1faac2ffe55ef78a2b608593a8ce
|
SHA1
|
b5cb4768130ecf0ab6f3ffff7b71dc81bcf372b4
|
SHA256
|
67b661bcd3986d6dd0380639e7b53b96c8f495b97753368ccaa92cd7fb09855f
|
SHA512
|
f432fe808e26b1b2983ce3ad63d62d1d1ea762118774e3b938f1eece5b2c499e37e91b4ef6e64cbee2d184b2648fb58badd7a6b22bcd71d456edf8a2adcfa02d
|
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.23.0.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.smartadserver.android</groupId>
<artifactId>smart-display-sdk</artifactId>
<version>7.23.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>