jda-command-manager
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.thexxiv</groupId>
<artifactId>jda-command-manager</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.thexxiv</groupId>
<artifactId>jda-command-manager</artifactId>
<version>1.0.0</version>
<name>jda-command-manager</name>
<description>JDA command manager</description>
<url>https://github.com/thexxiv/jda-command-manager</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/thexxiv/jda-command-manager/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>XXIV</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/thexxiv/jda-command-manager.git</connection>
<developerConnection>scm:git:ssh://github.com/thexxiv/jda-command-manager.git</developerConnection>
<url>https://github.com/thexxiv/jda-command-manager</url>
</scm>
</project>