limelight-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.2train395.limelight.api</groupId>
<artifactId>limelight-api</artifactId>
<version>1.0.0</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.2train395.limelight.api</groupId>
<artifactId>limelight-api</artifactId>
<version>1.0.0</version>
<name>limelight-api</name>
<description>Unofficial API for the Limelight.</description>
<url>https://github.com/Team395/limelight-api</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/Team395/limelight-api/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ColeFrench</id>
<name>Cole French</name>
<email>16979554+ColeFrench@users.noreply.github.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/Team395/limelight-api.git</connection>
<developerConnection>scm:https://github.com/Team395/limelight-api.git</developerConnection>
<url>https://github.com/Team395/limelight-api</url>
</scm>
<dependencies>
<dependency>
<groupId>edu.wpi.first.ntcore</groupId>
<artifactId>ntcore-java</artifactId>
<version>2019.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>