is not current version
Last Version 4.1.1

com.jakewharton.dex:dex-member-list 3.2.0

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

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.jakewharton.dex
ArtifactId

ArtifactId

dex-member-list
Version

Version

3.2.0
Type

Type

jar

Download dex-member-list 3.2.0


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