<?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.khushpanchal</groupId>
  <artifactId>Ketch</artifactId>
  <version>2.0.5</version>
  <packaging>aar</packaging>
  <name>khushpanchal/Ketch</name>
  <description>An Android File downloader library based on WorkManager with pause and resume support.</description>
  <url>https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1</url>
  <inceptionYear>2024</inceptionYear>
  <developers>
    <developer>
      <id>khushpanchal</id>
      <name>Khush Panchal</name>
      <email>khush.panchal123@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/khushpanchal/Ketch.git</connection>
    <developerConnection>scm:git://github.com/khushpanchal/Ketch.git</developerConnection>
    <url>git://github.com/khushpanchal/Ketch.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.0.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.13.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <artifactId>work-runtime-ktx</artifactId>
      <version>2.9.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json</artifactId>
      <version>1.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-runtime</artifactId>
      <version>2.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-ktx</artifactId>
      <version>2.6.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
