не последняя версия
Последняя версия 2.1.1

com.github.spyhunter99:dex-method-counts 2.0.0

Simple tool to output per-package method counts in an Android DEX executable grouped by package, to aid in getting under the 65,536 referenced method limit.

Категории

Категории

Dex Универсальные библиотеки Utility
Группа

Группа

com.github.spyhunter99
Идентификатор

Идентификатор

dex-method-counts
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать dex-method-counts 2.0.0


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