xposed_module_loader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.windysha</groupId>
<artifactId>xposed_module_loader</artifactId>
<version>1.0.4</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>io.github.windysha</groupId>
<artifactId>xposed_module_loader</artifactId>
<version>1.0.4</version>
<packaging>aar</packaging>
<name>Xposed Module Loader.</name>
<description>This is a library that can load xposed module from any path or installed xposed module.</description>
<url>https://github.com/WindySha/xposed_module_loader</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>WindySha</id>
<name>WindySha</name>
<email>819170366@qq.com</email>
<url>https://windysha.github.io/</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/WindySha/xposed_module_loader.git</connection>
<developerConnection>scm:git:https://github.com/WindySha/xposed_module_loader.git</developerConnection>
<url>https://github.com/WindySha/xposed_module_loader/tree/master</url>
</scm>
<dependencies/>
</project>