dexpatcher-repo

DexPatcher Maven repository

Repository URL:

https://dexpatcher.github.io/dexpatcher-repo/m2

Gradle Groovy configuration:

repositories {
    maven {
        url 'https://dexpatcher.github.io/dexpatcher-repo/m2'
    }
}

Gradle Kotlin configuration:

repositories {
    maven {
        url = uri("https://dexpatcher.github.io/dexpatcher-repo/m2")
    }
}

Contents

This Maven repository mirrors the artifacts released by ceratin projects via the GitHub release mechanism.

Project Group / Artifact Metadata Files
iBotPeaches/Apktool dexpatcher-repo.ibotpeaches.apktool    
  :apktool view browse
  :apktool-aapt view browse
  :apktool-aapt2 view browse
DexPatcher/dex2jar dexpatcher-repo.dexpatcher.dex2jar    
  :dex-tools view browse
DexPatcher/dexpatcher-tool dexpatcher-repo.dexpatcher.dexpatcher-tool    
  :dexpatcher view browse
  :dexpatcher-annotation view browse

Maintenance

This repository is kept up to date by an instance of dexpatcher-repo-updater.