cloud-kord
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.incendo</groupId> <artifactId>cloud-kord</artifactId> <version>1.0.0-beta.3</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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-kord</artifactId> <version>1.0.0-beta.3</version> <name>cloud-kord</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.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.24</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.incendo</groupId> <artifactId>cloud-discord-common</artifactId> <version>1.0.0-beta.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.incendo</groupId> <artifactId>cloud-kotlin-coroutines</artifactId> <version>2.0.0-rc.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.incendo</groupId> <artifactId>cloud-kotlin-extensions</artifactId> <version>2.0.0-rc.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-jdk8</artifactId> <version>1.8.1</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>dev.kord</groupId> <artifactId>kord-core-jvm</artifactId> <version>0.14.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>