ftc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.nextftc</groupId>
<artifactId>ftc</artifactId>
<version>1.1.0</version>
</dependency><?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</groupId>
<artifactId>ftc</artifactId>
<version>1.1.0</version>
<packaging>aar</packaging>
<name>NextFTC FTC</name>
<description>NextFTC</description>
<url>https://v1.nextftc.dev/</url>
<licenses>
<license>
<name>GNU General Public License, version 3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
</license>
</licenses>
<developers>
<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>
<developer>
<name>Zach Harel</name>
<email>ftc@zharel.me</email>
<organizationUrl>https://github.com/zachwaffle4</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/NextFTC/NextFTC.git</connection>
<developerConnection>scm:git:ssh://github.com:NextFTC/NextFTC.git</developerConnection>
<tag>v1.1.0</tag>
<url>https://github.com/NextFTC/NextFTC</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.nextftc</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.20</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>