<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.telegram4j</groupId>
  <artifactId>tl-parser-api</artifactId>
  <version>0.1.1</version>
  <name>api</name>
  <description>Telegram API schema parser</description>
  <url>https://github.com/Telegram4J/tl-parser</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>GPL-3.0</name>
      <url>https://github.com/Telegram4J/tl-parser/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>The Telegram4J</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Telegram4J/tl-parser.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:Telegram4J/tl-parser.git</developerConnection>
    <url>https://github.com/Telegram4J/tl-parser</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.projectreactor</groupId>
        <artifactId>reactor-bom</artifactId>
        <version>2020.0.22</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>io.projectreactor.netty</groupId>
      <artifactId>reactor-netty</artifactId>
      <version>1.0.22</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
