d

dex-translator

Tools to work with android .dex and java .class files
https://github.com/ThexXTURBOXx/dex2jar
Apache-2.0
Bob Pan Nico Mexis
Files download
File Operation
dex-translator-2.4.6.jar download
dex-translator-2.4.6.pom download
dex-translator-2.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>de.femtopedia.dex2jar</groupId>
  <artifactId>dex-translator</artifactId>
  <version>2.4.6</version>
</dependency>
Gradle Groovy
implementation 'de.femtopedia.dex2jar:dex-translator:2.4.6'
Gradle Kotlin
implementation("de.femtopedia.dex2jar:dex-translator:2.4.6")
Scala SBT
libraryDependencies += "de.femtopedia.dex2jar" % "dex-translator" % "2.4.6"
Groovy Grape
@Grapes(
  @Grab(group='de.femtopedia.dex2jar', module='dex-translator', version='2.4.6')
)
Apache Ivy
<dependency org="de.femtopedia.dex2jar" name="dex-translator" rev="2.4.6" />
Leiningen
[de.femtopedia.dex2jar/dex-translator "2.4.6"]
Apache Buildr
'de.femtopedia.dex2jar:dex-translator:jar:2.4.6'