dex-method-counts-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.spyhunter99</groupId>
<artifactId>dex-method-counts-lib</artifactId>
<version>2.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.spyhunter99</groupId>
<artifactId>dex-method-counts-lib</artifactId>
<version>2.1.1</version>
<packaging>jar</packaging>
<name>dex-method-counts-lib</name>
<description>Command-line tool to count per-package methods in Android .dex files</description>
<url>https://github.com/spyhunter99/dex-method-counts</url>
<inceptionYear>2014</inceptionYear>
<repositories>
<repository>
<id>BintrayJCenter</id>
<name>BintrayJCenter</name>
<url>https://jcenter.bintray.com/</url>
</repository>
<repository>
<id>MavenRepo</id>
<name>MavenRepo</name>
<url>https://repo1.maven.org/maven2/</url>
</repository>
</repositories>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>com.github.spyhunter99</name>
<url>https://github.com/spyhunter99/dex-method-counts</url>
</organization>
<developers>
<developer>
<id>mihaip</id>
<name>mihaip</name>
<email>mihaip @ github</email>
<organization>mihaip</organization>
<roles>
<role>Project Owner</role>
</roles>
</developer>
<developer>
<id>spyhunter99</id>
<name>Alex O'Ree</name>
<email>spyhunter99 @ github</email>
<organization>asf</organization>
<roles>
<role>Fork Owner</role>
</roles>
</developer>
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spyhunter99/dex-method-counts/issues</url>
</issueManagement>
<scm>
<url>https://github.com/spyhunter99/dex-method-counts</url>
<connection>https://github.com/spyhunter99/dex-method-counts.git</connection>
<developerConnection>https://github.com/spyhunter99/dex-method-counts.git</developerConnection>
</scm>
<distributionManagement>
<site>
<id>github</id>
<url>https://github.com/spyhunter99/dex-method-counts/releases</url>
</site>
</distributionManagement>
<dependencies/>
</project>