Download dex-method-counts-lib-2.1.jar file - Jar d

Jar examples for d:dex-method-counts-lib

Description

Command-line tool to count per-package methods in Android .dex files

You can download jar file dex-method-counts-lib 2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dex-method-counts-lib-2.1.jar to your project.

<dependency>
   <groupId>com.github.spyhunter99</groupId>
   <artifactId>dex-method-counts-lib</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'com.github.spyhunter99', name: 'dex-method-counts-lib', version: '2.1'
libraryDependencies += "com.github.spyhunter99" % "dex-method-counts-lib" % "2.1"
<dependency org="com.github.spyhunter99" name="dex-method-counts-lib" rev="2.1"/>
@Grapes(@Grab(group='com.github.spyhunter99', module='dex-method-counts-lib', version='2.1'))
'com.github.spyhunter99:dex-method-counts-lib:jar:2.1'

Download

Click the following link to download the jar file.

dex-method-counts-lib-2.1-javadoc.jar
dex-method-counts-lib-2.1-sources.jar
dex-method-counts-lib-2.1.jar
dex-method-counts-lib-2.1.pom



Related Tutorials