diff --git a/README.md b/README.md index b284bef5..5c1be44d 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,37 @@ This is [Nico Mexis'](https://github.com/ThexXTURBOXx) fork of the dex2jar proje ## Downloads -**To download the latest builds, head to the [Releases](https://github.com/ThexXTURBOXx/dex2jar/releases).** +This fork has builds available in the following formats.
+You can also only depend on a single module, if needed. The following sections include all the modules. -**Note: the builds in [Releases](https://github.com/ThexXTURBOXx/dex2jar/releases) are automatically built by GitHub -Actions.** +### Maven + +The builds are available on [Maven Central](https://mvnrepository.com/artifact/de.femtopedia.dex2jar). + +```xml + + de.femtopedia.dex2jar + dex2jar + VERSION + +``` + +### Gradle + +The builds are available on [Maven Central](https://mvnrepository.com/artifact/de.femtopedia.dex2jar). + +```groovy +implementation 'de.femtopedia.dex2jar:dex2jar:VERSION' +``` + +### GitHub Releases + +To download the latest builds, head to the [Releases](https://github.com/ThexXTURBOXx/dex2jar/releases). + +**Note**: The builds in [Releases](https://github.com/ThexXTURBOXx/dex2jar/releases) are automatically built by GitHub +Actions. + +## Modules Tools to work with android .dex and java .class files