onebot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.mrxiaom.mirai</groupId> <artifactId>onebot</artifactId> <version>1.0.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>top.mrxiaom.mirai</groupId> <artifactId>onebot</artifactId> <version>1.0.3</version> <name>onebot</name> <description>One of the Overflow project modules</description> <url>https://github.com/MrXiaoM/Overflow</url> <licenses> <license> <name>AGPL-3.0</name> <url>https://github.com/MrXiaoM/Overflow/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>MrXiaoM</name> <email>mrxiaom@qq.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/MrXiaoM/Overflow.git</connection> <developerConnection>scm:git:https://github.com/MrXiaoM/Overflow.git</developerConnection> <url>https://github.com/MrXiaoM/Overflow</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.26</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>me.him188</groupId> <artifactId>kotlin-jvm-blocking-bridge-runtime-jvm</artifactId> <version>3.0.0-180.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> <version>1.5.7</version> <scope>runtime</scope> </dependency> </dependencies> </project>