<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>io.taig.android.viewvalue</groupId>
    <artifactId>core_2.11</artifactId>
    <packaging>aar</packaging>
    <description>core</description>
    <url>https://github.com/taig/viewvalue</url>
    <version>1.2.1</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://raw.githubusercontent.com/taig/viewvalue/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>core</name>
    <organization>
        <name>io.taig.android.viewvalue</name>
        <url>http://taig.io</url>
    </organization>
    <scm>
        <url>https://github.com/taig/viewvalue</url>
        <connection>scm:git:git://github.com/taig/viewvalue.git</connection>
        <developerConnection>scm:git:git@github.com:taig/viewvalue.git</developerConnection>
    </scm>
    <issueManagement>
        <url>https://github.com/taig/viewvalue/issues</url>
        <system>GitHub Issues</system>
    </issueManagement>
    <developers>
        <developer>
            <id>Taig</id>
            <name>Niklas Klein</name>
            <email>mail@taig.io</email>
            <url>http://taig.io/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
    </dependencies>
</project>