overflow-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.mrxiaom.mirai</groupId> <artifactId>overflow-core</artifactId> <version>1.0.6</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>overflow-core</artifactId> <version>1.0.6</version> <name>overflow-core</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>net.mamoe</groupId> <artifactId>mirai-core-api-jvm</artifactId> <version>2.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.mamoe</groupId> <artifactId>mirai-core-utils-jvm</artifactId> <version>2.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> <version>1.5.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>me.him188</groupId> <artifactId>kotlin-jvm-blocking-bridge-runtime-jvm</artifactId> <version>3.0.0-180.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> <version>4.1.90.Final</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-socks</artifactId> <version>4.1.90.Final</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> <version>4.1.90.Final</version> <scope>compile</scope> </dependency> <dependency> <groupId>top.mrxiaom.mirai</groupId> <artifactId>overflow-core-api</artifactId> <version>1.0.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> </dependencies> </project>