<?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.thefuntasty.mvvm-android</groupId>
  <artifactId>dagger</artifactId>
  <version>5.2.0</version>
  <packaging>aar</packaging>
  <name>Dagger Integration</name>
  <description>Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.</description>
  <url>https://github.com/futuredapp/arkitekt</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/futuredapp/arkitekt/blob/5.x/LICENCE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>futured</id>
      <name>Futured</name>
      <url>https://futured.app</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/fututedapp/arkitekt.git</connection>
    <developerConnection>scm:git:ssh://github.com/fututedapp/arkitekt.git</developerConnection>
    <url>https://github.com/futuredapp/arkitekt</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.thefuntasty.mvvm-android</groupId>
      <artifactId>core</artifactId>
      <version>5.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.6.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.dagger</groupId>
      <artifactId>dagger-android-support</artifactId>
      <version>2.42</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
