<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.stoyicker.test-accessors</groupId>
  <artifactId>annotations</artifactId>
  <version>1.2.2</version>
  <name>annotations</name>
  <description>annotations</description>
  <url>https://github.com/stoyicker/test-accessors</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>stoyicker</id>
      <name>Jorge Antonio Diaz-Benito Soriano</name>
      <email>jorge.diazbenitosoriano@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com:stoyicker/test-accessors.git</connection>
    <developerConnection>scm:git:ssh:git@github.com:stoyicker/test-accessors.git</developerConnection>
    <url>https://github.com/stoyicker/test-accessors</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>28.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
