is not current version
Last Version 1.4.0

com.github.anrwatchdog:anrwatchdog 1.2.1

A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception

GroupId

GroupId

com.github.anrwatchdog
ArtifactId

ArtifactId

anrwatchdog
Version

Version

1.2.1
Type

Type

jar

Download anrwatchdog 1.2.1


<!-- https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/ -->
<dependency>
    <groupId>com.github.anrwatchdog</groupId>
    <artifactId>anrwatchdog</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/
implementation 'com.github.anrwatchdog:anrwatchdog:1.2.1'
// https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/
implementation ("com.github.anrwatchdog:anrwatchdog:1.2.1")
'com.github.anrwatchdog:anrwatchdog:jar:1.2.1'
<dependency org="com.github.anrwatchdog" name="anrwatchdog" rev="1.2.1">
  <artifact name="anrwatchdog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anrwatchdog', module='anrwatchdog', version='1.2.1')
)
libraryDependencies += "com.github.anrwatchdog" % "anrwatchdog" % "1.2.1"
[com.github.anrwatchdog/anrwatchdog "1.2.1"]