<?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>io.github.0x0c</groupId>
  <artifactId>unifiedquery</artifactId>
  <version>0.0.8</version>
  <packaging>aar</packaging>
  <name>UnifiedQuery</name>
  <description>A shared full-text search engine for iOS (SwiftData) and Android (Room), powered by a single Rust core.</description>
  <url>https://github.com/0x0c/unfydqry</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/0x0c/unfydqry/blob/main/LICENSE</url>
    </license>
    <license>
      <name>MIT</name>
      <url>https://github.com/0x0c/unfydqry/blob/main/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>0x0c</id>
      <name>Akira Matsuda</name>
      <url>https://github.com/0x0c</url>
    </developer>
    <developer>
      <id>0x0c</id>
      <name>Akira Matsuda</name>
      <url>https://github.com/0x0c</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/0x0c/unfydqry.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/0x0c/unfydqry.git</developerConnection>
    <url>https://github.com/0x0c/unfydqry</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna</artifactId>
      <version>5.14.0</version>
      <type>aar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
