Download anrwatchdog-1.1.1.jar file - Jar a

Jar examples for a:anrwatchdog

Description

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.

License

MIT

Build File

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'

Download

Click the following link to download the jar file.

anrwatchdog-1.1.1-javadoc.jar
anrwatchdog-1.1.1-sources.jar
anrwatchdog-1.1.1.jar
anrwatchdog-1.1.1.pom



Related Tutorials