qsign
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.mrxiaom</groupId> <artifactId>qsign</artifactId> <version>1.1.0-beta</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"> <modelVersion>4.0.0</modelVersion> <groupId>top.mrxiaom</groupId> <artifactId>qsign</artifactId> <version>1.1.0-beta</version> <name>qsign</name> <description>Get QQ sign with unidbg, but in mamoe/mirai.</description> <url>https://github.com/MrXiaoM/qsign</url> <licenses> <license> <name>GPL-3.0 License</name> <url>https://www.gnu.org/licenses/gpl-3.0.html</url> </license> </licenses> <developers> <developer> <name>MrXiaoM</name> <email>mrxiaom@qq.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/MrXiaoM/qsign.git</connection> <developerConnection>scm:git:https://github.com/MrXiaoM/qsign.git</developerConnection> <url>https://github.com/MrXiaoM/qsign</url> </scm> </project>