cloud-discord4j
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.incendo</groupId> <artifactId>cloud-discord4j</artifactId> <version>1.0.0-beta.3</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>org.incendo</groupId> <artifactId>cloud-discord4j</artifactId> <version>1.0.0-beta.3</version> <name>cloud-discord4j</name> <description>Discord integrations for Cloud.</description> <url>https://github.com/Incendo/cloud-discord</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>Citymonstret</id> <name>Alexander Söderberg</name> <email>alexander.soderberg@incendo.org</email> <url>https://github.com/Citymonstret</url> </developer> <developer> <id>jmp</id> <name>Jason Penilla</name> <url>https://github.com/jpenilla</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/Incendo/cloud-discord.git</connection> <developerConnection>scm:git:ssh://git@github.com/Incendo/cloud-discord.git</developerConnection> <url>https://github.com/Incendo/cloud-discord</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/Incendo/cloud-discord/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/Incendo/cloud-discord/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.incendo</groupId> <artifactId>cloud-discord-common</artifactId> <version>1.0.0-beta.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.13</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.incendo</groupId> <artifactId>cloud-annotations</artifactId> <version>2.0.0-rc.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.discord4j</groupId> <artifactId>discord4j-core</artifactId> <version>3.2.6</version> <scope>runtime</scope> </dependency> </dependencies> </project>