wechat-spellbook
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.gh0u1l5</groupId> <artifactId>wechat-spellbook</artifactId> <version>0.0.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.gh0u1l5</groupId> <artifactId>wechat-spellbook</artifactId> <version>0.0.6</version> <packaging>aar</packaging> <name>WechatSpellbook</name> <description>Wechat Spellbook is a powerful and scalable framework, which allows everyone to develop a Wechat Xposed module in minutes.</description> <url>https://github.com/Gh0u1L5/WechatSpellbook</url> <licenses> <license> <name>GNU General Public License v3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>Gh0u1L5</id> <name>Emerson Lin</name> </developer> </developers> <scm> <connection>scm:git@github.com:Gh0u1L5/WechatSpellbook.git</connection> <developerConnection>scm:git@github.com:Gh0u1L5/WechatSpellbook.git</developerConnection> <url>https://github.com/Gh0u1L5/WechatSpellbook</url> </scm> <dependencies> <dependency> <groupId>net.dongliu</groupId> <artifactId>apk-parser</artifactId> <version>2.5.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.2.41</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>0.21</version> <scope>compile</scope> </dependency> </dependencies> </project>