<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.thefuntasty.mvvm-android</groupId>
  <artifactId>dagger</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>thefuntasty/mvvm-android</name>
  <url>https://github.com/thefuntasty/mvvm-android</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>thefuntasty</id>
      <name>The FUNTASTY</name>
      <email>hello@thefuntasty.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/thefuntasty/mvvm-android.git</connection>
    <developerConnection>scm:git://github.com/thefuntasty/mvvm-android.git</developerConnection>
    <url>git://github.com/thefuntasty/mvvm-android.git</url>
  </scm>
</project>
