xposed
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.waxmoon</groupId>
<artifactId>xposed</artifactId>
<version>0.0.7</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.waxmoon</groupId>
<artifactId>xposed</artifactId>
<version>0.0.7</version>
<packaging>aar</packaging>
<name>ApoloXposed</name>
<description>An extension library of ApoloPlugin module</description>
<url>https://github.com/WaxMoon/ApoloPlugin</url>
<inceptionYear>2022</inceptionYear>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>WaxMoon</id>
<name>WaxMoon</name>
<email>cocos_sh@sina.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/WaxMoon/ApoloPlugin.git</connection>
<url>https://github.com/WaxMoon/ApoloPlugin</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/WaxMoon/ApoloPlugin/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.jakewharton.android.repackaged</groupId>
<artifactId>dalvik-dx</artifactId>
<version>9.0.0_r3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>