<?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">
  <!-- 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.github.romanqed</groupId>
  <artifactId>bmstu-schedule-loader</artifactId>
  <version>1.0.5</version>
  <dependencies>
    <dependency>
      <groupId>com.github.romanqed</groupId>
      <artifactId>jutils</artifactId>
      <version>1.0.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jsoup</groupId>
      <artifactId>jsoup</artifactId>
      <version>1.14.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.sf.biweekly</groupId>
      <artifactId>biweekly</artifactId>
      <version>0.6.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <description>A simple library for downloading and parsing the schedule of the selected department and group.</description>
  <name>bmstu-schedule-loader</name>
  <url>https://github.com/RomanQed/bmstu-schedule-loader</url>
  <organization>
    <name>com.github.romanqed</name>
    <url>https://github.com/RomanQed/</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/RomanQed/bmstu-schedule-loader/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/RomanQed/bmstu-schedule-loader/blob/main/LICENSE</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/RomanQed/bmstu-schedule-loader</url>
    <connection>scm:https://github.com/RomanQed/bmstu-schedule-loader.git</connection>
    <developerConnection>scm:https://github.com/RomanQed/bmstu-schedule-loader.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>dev</id>
      <name>RomanQed</name>
      <email>gbakaldin@gmail.com</email>
    </developer>
  </developers>
</project>
