License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.spyhunter99 |
ArtifactId | ArtifactIddex-method-counts |
Version | Version2.1.1 |
Type | Typejar |
Description |
Descriptiondex-method-counts
Command-line tool to count per-package methods in Android .dex files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dex-method-counts-2.1.1.pom | |
dex-method-counts-2.1.1.zip | 74 KB |
dex-method-counts-2.1.1-sources.jar | 381 bytes |
dex-method-counts-2.1.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spyhunter99/dex-method-counts/ -->
<dependency>
<groupId>com.github.spyhunter99</groupId>
<artifactId>dex-method-counts</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spyhunter99/dex-method-counts/
implementation 'com.github.spyhunter99:dex-method-counts:2.1.1'
// https://jarcasting.com/artifacts/com.github.spyhunter99/dex-method-counts/
implementation ("com.github.spyhunter99:dex-method-counts:2.1.1")
'com.github.spyhunter99:dex-method-counts:jar:2.1.1'
<dependency org="com.github.spyhunter99" name="dex-method-counts" rev="2.1.1">
<artifact name="dex-method-counts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spyhunter99', module='dex-method-counts', version='2.1.1')
)
libraryDependencies += "com.github.spyhunter99" % "dex-method-counts" % "2.1.1"
[com.github.spyhunter99/dex-method-counts "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spyhunter99 : dex-method-counts-lib | jar | 2.1.1 |