<?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.abiotic-intelligence</groupId>
  <artifactId>metaray-android</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>Meta-ray Android</name>
  <description>Android Java library for the Meta-ray Wi-Fi multicast context protocol.</description>
  <url>https://github.com/abiotic-intelligence/meta-ray</url>
  <licenses>
    <license>
      <name>Meta-ray Community License v1.0</name>
      <url>https://github.com/abiotic-intelligence/meta-ray/blob/main/LICENSE-community.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>Meta-ray Commercial License v1.0</name>
      <url>https://github.com/abiotic-intelligence/meta-ray/blob/main/LICENSE-commercial.txt</url>
      <distribution>manual</distribution>
      <comments>Commercial use requires a separate commercial agreement.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Abiotic Intelligence</name>
      <email>sales@abioticai.com</email>
      <organization>Abiotic Intelligence</organization>
      <organizationUrl>https://github.com/abiotic-intelligence</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/abiotic-intelligence/meta-ray.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:abiotic-intelligence/meta-ray.git</developerConnection>
    <url>https://github.com/abiotic-intelligence/meta-ray</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.abiotic-intelligence</groupId>
      <artifactId>metaray-core</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.18.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-cbor</artifactId>
      <version>2.18.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-parameter-names</artifactId>
      <version>2.18.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
