Last Version

Dex Method/Field List 3.1.0

A simple utility which lists all method or field references in a dex file.

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.jakewharton.dex
ArtifactId

ArtifactId

dex-method-list
Version

Version

3.1.0
Type

Type

jar
Description

Description

Dex Method/Field List
A simple utility which lists all method or field references in a dex file.
Project URL

Project URL

https://github.com/JakeWharton/dex-method-list
Source Code Management

Source Code Management

https://github.com/JakeWharton/dex-method-list

Download dex-method-list 3.1.0


<!-- https://jarcasting.com/artifacts/com.jakewharton.dex/dex-method-list/ -->
<dependency>
    <groupId>com.jakewharton.dex</groupId>
    <artifactId>dex-method-list</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.dex/dex-method-list/
implementation 'com.jakewharton.dex:dex-method-list:3.1.0'
// https://jarcasting.com/artifacts/com.jakewharton.dex/dex-method-list/
implementation ("com.jakewharton.dex:dex-method-list:3.1.0")
'com.jakewharton.dex:dex-method-list:jar:3.1.0'
<dependency org="com.jakewharton.dex" name="dex-method-list" rev="3.1.0">
  <artifact name="dex-method-list" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.dex', module='dex-method-list', version='3.1.0')
)
libraryDependencies += "com.jakewharton.dex" % "dex-method-list" % "3.1.0"
[com.jakewharton.dex/dex-method-list "3.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
com.xenomachina : kotlin-argparser jar 2.0.5
com.jakewharton.android.repackaged : libcore-dex jar 7.1.0_r7
com.jakewharton.android.repackaged : dalvik-dx jar 7.1.0_r7
com.android.tools » r8 jar 1.0.23
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.30

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.guava : guava jar 19.0
com.google.truth : truth jar 0.28

Project Modules

There are no modules declared in this project.