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

Checksums

MD5 502621ce879f9b1eaa83639f1a122674
SHA1 28e54f1568e367c4eba46fea312aefaa5276c846
SHA256 8daf4267c83626d2789cca90b9bcf38180a5eb2434a73757c7bf81ef75603059
SHA512 e5d5aed2f517f1a8b95f20f044a6a3b7c3b7c67cdf289d4abd373eb84008e5e6553d512d18fe2201e3e2342919a5a8c2009370909abb335f8c0f8091e3d66e63

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.0</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>