a

anrdetective-kotlin

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