modular-discord-bot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.mayuna</groupId> <artifactId>modular-discord-bot</artifactId> <version>2.4.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.mayuna</groupId> <artifactId>modular-discord-bot</artifactId> <version>2.4.0</version> <name>ModularDiscordBot</name> <description>Modular Discord Bot</description> <url>https://github.com/lilmayu/ModularDiscordBot</url> <licenses> <license> <name>GNU General Public License v3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.html</url> </license> </licenses> <developers> <developer> <id>mayuna</id> <name>Marek Lof</name> <email>uwulilmayu@gmail.com</email> </developer> </developers> <scm> <connection>scm:https://github.com/lilmayu/ModularDiscordBot</connection> <developerConnection>scm:git:https://github.com/lilmayu/ModularDiscordBot.git</developerConnection> <url>https://github.com/lilmayu/ModularDiscordBot</url> </scm> <dependencies> <dependency> <groupId>net.dv8tion</groupId> <artifactId>JDA</artifactId> <version>5.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>pw.chew</groupId> <artifactId>jda-chewtils</artifactId> <version>2.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.mayuna</groupId> <artifactId>mayus-jda-utilities</artifactId> <version>3.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.mayuna</groupId> <artifactId>mayus-library</artifactId> <version>3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.mayuna</groupId> <artifactId>mayus-json-utilities</artifactId> <version>2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.mayuna</groupId> <artifactId>pumpk1n</artifactId> <version>2.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.mayuna</groupId> <artifactId>console-parallax</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>enterprises.iwakura</groupId> <artifactId>sigewine-core</artifactId> <version>2.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> <version>2.23.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.23.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.23.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.46.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> <version>5.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>8.4.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>