<?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.mustafayigitt</groupId>
  <artifactId>MockResponseInterceptor</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>mustafayigitt/MockResponseInterceptor</name>
  <description>MockResponseInterceptor - Request from Local Jsons without any changes. Dynamic configuration change support!</description>
  <url>https://github.com/mustafayigitt/MockResponseInterceptor</url>
  <inceptionYear>2023</inceptionYear>
  <developers>
    <developer>
      <id>mustafayigitt</id>
      <name>Mustafa Yiğit</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/mustafayigitt/MockResponseInterceptor.git</connection>
    <developerConnection>scm:git://github.com/mustafayigitt/MockResponseInterceptor.git</developerConnection>
    <url>git://github.com/mustafayigitt/MockResponseInterceptor.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
