<?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>dev.sevencircle.trappsync</groupId>
  <artifactId>core</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>TrappSync</name>
  <description>TrappSync is a library that enables the integration in app with the homonymous translations management platform.</description>
  <url>https://github.com/7Circle/7circle_trapp_android</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/7Circle/7circle_trapp_android/blob/main/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <email>dev7circle@vargroup.it</email>
      <url>https://www.vargroup.it</url>
      <organization>Var Group S.p.A</organization>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/7Circle/7circle_trapp_android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-android</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-core</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-logging</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-okhttp</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-resources</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-content-negotiation</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-serialization-kotlinx-json</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>2.0.13</version>
    </dependency>
    <dependency>
      <groupId>io.realm.kotlin</groupId>
      <artifactId>library-base</artifactId>
      <version>2.3.0</version>
    </dependency>
  </dependencies>
</project>
