smart-instream-sdk-1.2.pom

Checksums

MD5 e5b54c7ccb8c879734b6634acdcd8cd2
SHA1 3c02afa4919c5bf40c2778c3ad85790d5656e399
SHA256 d37db94782d8c335582b9b305f1cfe3c3ce8e1741fe36afa589e83fba6dbce34
SHA512 a2cd2599dfa617f169f34aa439b694f01b18b9b52a3e52dd87ea6fddcedae402630f0d51e48f89bd7475c7d0ba1aa1bb9a29bf16ddcf3de26eee8f99ae440123

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</groupId>
  <artifactId>smart-instream-sdk</artifactId>
  <version>1.2</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.exoplayer</groupId>
      <artifactId>exoplayer</artifactId>
      <version>2.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-ads</artifactId>
      <version>+</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-location</artifactId>
      <version>+</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>customtabs</artifactId>
      <version>25.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.smartadserver.android</groupId>
      <artifactId>smart-core-sdk</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>