<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.demidko</groupId>
  <artifactId>aot</artifactId>
  <version>2025.11.25</version>
  <name>demidko/aot</name>
  <description>Russian morphology analyzer for Java | Морфологический словарь русского языка для Java</description>
  <url>https://jitpack.io/#demidko/aot</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>demidko</id>
      <name></name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/demidko/aot.git</connection>
    <developerConnection>scm:git://github.com/demidko/aot.git</developerConnection>
    <url>git://github.com/demidko/aot.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.demidko</groupId>
      <artifactId>bits</artifactId>
      <version>2022.08.06</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.demidko</groupId>
      <artifactId>aot-bytecode</artifactId>
      <version>2025.02.15</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
