is not current version
Last Version 3.1.0

com.jakewharton.dex:dex-method-list 1.2.0

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

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.jakewharton.dex
ArtifactId

ArtifactId

dex-method-list
Version

Version

1.2.0
Type

Type

jar

Download dex-method-list 1.2.0


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