Jar examples for a:anrwatchdog
A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception
You can download jar file anrwatchdog 1.1.1 in this page.
MIT
You can use the following script to add anrwatchdog-1.1.1.jar to your project.
<dependency> <groupId>com.github.anrwatchdog</groupId> <artifactId>anrwatchdog</artifactId> <version>1.1.1</version> </dependency>
compile group: 'com.github.anrwatchdog', name: 'anrwatchdog', version: '1.1.1'
libraryDependencies += "com.github.anrwatchdog" % "anrwatchdog" % "1.1.1"
<dependency org="com.github.anrwatchdog" name="anrwatchdog" rev="1.1.1"/>
@Grapes(@Grab(group='com.github.anrwatchdog', module='anrwatchdog', version='1.1.1'))
'com.github.anrwatchdog:anrwatchdog:jar:1.1.1'
Click the following link to download the jar file.
anrwatchdog-1.1.1-javadoc.jar