smart-display-sdk-with-tapjoy-7.8.1.3.pom

Checksums

MD5 5ee23cd2331d885e91c118859f58d398
SHA1 efadb004e67dd2cdee90d9e9cd5e6054dae1a90f
SHA256 9d42145e002d93f06ae63488aaf1838552c6e1716d664a97a463e379148f8521
SHA512 c32dd9c59ce9f90baee97664499084e27336f442006a3d47c234db5e8727d9c4f57f7d6b550cd068f8755c0da7bc3ee5d944e8c3189a093d962203ecddb3c479

POM

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.smartadserver.android.mediation</groupId>
  <artifactId>smart-display-sdk-with-tapjoy</artifactId>
  <version>7.8.1.3</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.smartadserver.android</groupId>
      <artifactId>smart-display-sdk</artifactId>
      <version>7.8.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.0.0</version>
      <type>aar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>