revanced-patcher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.canny1913</groupId>
<artifactId>revanced-patcher</artifactId>
<version>6.4.3</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">
<!-- 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.canny1913</groupId>
<artifactId>revanced-patcher</artifactId>
<version>6.4.3</version>
<name>ReVanced Patcher</name>
<description>Patcher used by reVanced</description>
<url>https://github.com/revanced/revanced-patcher</url>
<licenses>
<license>
<name>GNU General Public License (version 3 or later)</name>
<url>https://www.gnu.org/licenses/gpl.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>ReVanced</id>
<name>ReVanced</name>
<email>contact@revanced.app</email>
<url>https://revanced.app</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/revanced/revanced-patcher.git</connection>
<developerConnection>scm:git:ssh://github.com/revanced/revanced-patcher.git</developerConnection>
<url>https://github.com/revanced/revanced-patcher</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.4c</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.tools.smali</groupId>
<artifactId>smali</artifactId>
<version>3.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.canny1913</groupId>
<artifactId>multidexlib2</artifactId>
<version>3.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.canny1913</groupId>
<artifactId>apktool-lib</artifactId>
<version>2.7.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.7.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>