database
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.yusufsdiscordbot</groupId> <artifactId>database</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 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>io.github.yusufsdiscordbot</groupId> <artifactId>database</artifactId> <version>1.0.0</version> <name>Yusuf's Moderation Bots's Database</name> <description>This is the database for Yusuf's Moderation Bots</description> <url>https://github.com/YusufsDiscordbot/YusufsModerationBot</url> <licenses> <license> <name>GNU Library General Public License version 3</name> <url>https://github.com/YusufsDiscordbot/Yusuf-s-Moderation-Bot/blob/JDA-Development/LICENSE</url> </license> </licenses> <developers> <developer> <id>yusuf</id> <name>Yusuf Ismail</name> <email>ysufgamer222@gmail.com</email> <organization>Yusufs Discord bot</organization> <organizationUrl>https://github.com/YusufsDiscordbot</organizationUrl> </developer> </developers> <scm> <connection>https://github.com/YusufsDiscordbot/Yusuf-s-Moderation-Bot.git</connection> <developerConnection>scm:git:ssh://git@github.com/YusufsDiscordbot/Yusuf-s-Moderation-Bot.git</developerConnection> <url>github.com/YusufsDiscordbot/Yusuf-s-Moderation-Bot</url> </scm> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.2.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.36.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jooq</groupId> <artifactId>jooq</artifactId> <version>3.12.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> <version>5.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.yusufsdiscordbot</groupId> <artifactId>config</artifactId> <version>1.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.yusufsdiscordbot</groupId> <artifactId>annotations</artifactId> <version>1.0.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>23.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.3.14</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>5.3.14</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.4</version> <scope>runtime</scope> </dependency> </dependencies> </project>