<?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>dev.nextftc.v2</groupId>
  <artifactId>hardware</artifactId>
  <version>0.1.0</version>
  <packaging>aar</packaging>
  <name>NextFTC Hardware</name>
  <description>NextFTC Suite</description>
  <url>https://nextftc.dev/</url>
  <licenses>
    <license>
      <name>BSD 3-Clause License</name>
      <url>https://opensource.org/license/bsd-3-clause</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Zach Harel</name>
      <email>zach@zharel.me</email>
      <organizationUrl>https://github.com/zachwaffle4</organizationUrl>
    </developer>
    <developer>
      <name>Davis Luxenberg</name>
      <email>davis.luxenberg@outlook.com</email>
      <organizationUrl>https://github.com/BeepBot99</organizationUrl>
    </developer>
    <developer>
      <name>Rowan McAlpin</name>
      <email>rowan@nextftc.dev</email>
      <organizationUrl>https://rowanmcalpin.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/NextFTC/NextFTCSuite.git</connection>
    <developerConnection>scm:git:ssh://github.com:NextFTC/NextFTCSuite.git</developerConnection>
    <tag>v0.1.0</tag>
    <url>https://github.com/NextFTC/NextFTCSuite</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.nextftc.v2</groupId>
      <artifactId>control</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.nextftc</groupId>
      <artifactId>functional-interfaces</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.frozenmilk.sinister</groupId>
      <artifactId>Sloth</artifactId>
      <version>0.2.4</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
