<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.yarolegovich</groupId>
  <artifactId>DiscreteScrollView</artifactId>
  <version>1.5.1</version>
  <packaging>aar</packaging>
  <name>yarolegovich/DiscreteScrollView</name>
  <description>A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.</description>
  <url>https://github.com/yarolegovich/DiscreteScrollView</url>
  <inceptionYear>2017</inceptionYear>
  <developers>
    <developer>
      <id>yarolegovich</id>
      <name>Yaroslav</name>
      <email>yarolegovich@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/yarolegovich/DiscreteScrollView.git</connection>
    <developerConnection>scm:git://github.com/yarolegovich/DiscreteScrollView.git</developerConnection>
    <url>git://github.com/yarolegovich/DiscreteScrollView.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
