MVN

io.github.canny1913 : revanced-patcher

Maven & Gradle

Mar 26, 2023
2.3k stars

ReVanced Patcher · Patcher used by reVanced

<dependency>
    <groupId>io.github.canny1913</groupId>
    <artifactId>revanced-patcher</artifactId>
    <version>6.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.canny1913 : revanced-patcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.3

All Versions

Choose a version of io.github.canny1913 : revanced-patcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
revanced-patcher-6.4.3

How to add a dependency to Maven

Add the following io.github.canny1913 : revanced-patcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.canny1913</groupId>
    <artifactId>revanced-patcher</artifactId>
    <version>6.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.canny1913 : revanced-patcher gradle dependency to your build.gradle file:

implementation 'io.github.canny1913:revanced-patcher:6.4.3'

Gradle Kotlin DSL: Add the following io.github.canny1913 : revanced-patcher gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.canny1913:revanced-patcher:6.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.canny1913 : revanced-patcher sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.canny1913" % "revanced-patcher" % "6.4.3"

Advertisement