a

anrdetective

Identify and resolve Application Not Responding (ANR) issues.
https://github.com/conena/anr-detective
The Apache Software License, Version 2.0
Fabian Andera
文件下载
文件名 操作
anrdetective-1.1.0.pom 下载
anrdetective-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.conena.anrdetective</groupId>
  <artifactId>anrdetective</artifactId>
  <version>1.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.conena.anrdetective:anrdetective:1.1.0'
Gradle Kotlin
implementation("com.conena.anrdetective:anrdetective:1.1.0")
Scala SBT
libraryDependencies += "com.conena.anrdetective" % "anrdetective" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.conena.anrdetective', module='anrdetective', version='1.1.0')
)
Apache Ivy
<dependency org="com.conena.anrdetective" name="anrdetective" rev="1.1.0" />
Leiningen
[com.conena.anrdetective/anrdetective "1.1.0"]
Apache Buildr
'com.conena.anrdetective:anrdetective:jar:1.1.0'