<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ru.yoomoney.sdk</groupId>
  <artifactId>march</artifactId>
  <version>1.4.0</version>
  <packaging>aar</packaging>
  <name>march</name>
  <description>This library provides structure and classes for building architecture in mobile apps</description>
  <url>ssh://git@bitbucket.yooteam.ru/ma/march.git</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>The MIT License (MIT)</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yoomoney</id>
      <name>yoomoney dev</name>
      <email>supp@yoomoney.ru</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:ssh://git@bitbucket.yooteam.ru/ma/march.git</connection>
    <developerConnection>scm:git:ssh://git@bitbucket.yooteam.ru/ma/march.git</developerConnection>
    <url>scm:git:ssh://git@bitbucket.yooteam.ru/ma/march.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-viewmodel-ktx</artifactId>
      <version>2.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-runtime-ktx</artifactId>
      <version>2.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-livedata-ktx</artifactId>
      <version>2.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.9.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.9.22</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
