From b66663a30e4736b1acf93dfa1bc490159f082a3b Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Thu, 28 Dec 2023 19:52:32 +0100 Subject: [PATCH] Add download information --- README.md | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) 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