hooklib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.burstoverflow</groupId>
<artifactId>hooklib</artifactId>
<version>5.0.1</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.burstoverflow</groupId>
<artifactId>hooklib</artifactId>
<version>5.0.1</version>
<packaging>aar</packaging>
<name>hooklib</name>
<description>SandHook Revision</description>
<url>https://github.com/burst-overflow/SandHook</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://opensource.org/licenses/Apache-2.0 </url>
</license>
</licenses>
<developers>
<developer>
<id>burstoverflow</id>
<name>burstoverflow</name>
<email>burstoverflow@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/burst-overflow/SandHook</connection>
<developerConnection>scm:git:https://github.com/burst-overflow/SandHook</developerConnection>
<url>https://github.com/burst-overflow/SandHook</url>
</scm>
<dependencies>
<dependency>
<groupId>com.bytedance.android</groupId>
<artifactId>shadowhook</artifactId>
<version>1.0.8</version>
</dependency>
<dependency>
<groupId>io.github.burstoverflow</groupId>
<artifactId>hookannotation</artifactId>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>io.github.burstoverflow</groupId>
<artifactId>xposedcompat</artifactId>
<version>5.0.1</version>
</dependency>
</dependencies>
</project>