<?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.readium.kotlin-toolkit</groupId>
  <artifactId>readium-opds</artifactId>
  <version>2.1.1</version>
  <packaging>aar</packaging>
  <name>readium/kotlin-toolkit</name>
  <description>A toolkit for ebooks, audiobooks and comics written in Kotlin</description>
  <url>https://github.com/readium/kotlin-toolkit</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>BSD 3-Clause "New" or "Revised" License</name>
      <url>https://api.github.com/licenses/bsd-3-clause</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>readium</id>
      <name>Readium</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/readium/kotlin-toolkit.git</connection>
    <developerConnection>scm:git://github.com/readium/kotlin-toolkit.git</developerConnection>
    <url>git://github.com/readium/kotlin-toolkit.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.readium.kotlin-toolkit</groupId>
      <artifactId>readium-shared</artifactId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.5.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-parcelize-runtime</artifactId>
      <version>1.5.31</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.timber</groupId>
      <artifactId>timber</artifactId>
      <version>4.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.10.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
