GroupId | GroupIdcom.github.anrwatchdog |
---|---|
ArtifactId | ArtifactIdanrwatchdog |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
anrwatchdog-1.2.0.pom | |
anrwatchdog-1.2.0.jar | 8 KB |
anrwatchdog-1.2.0-sources.jar | 4 KB |
anrwatchdog-1.2.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/ -->
<dependency>
<groupId>com.github.anrwatchdog</groupId>
<artifactId>anrwatchdog</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/
implementation 'com.github.anrwatchdog:anrwatchdog:1.2.0'
// https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/
implementation ("com.github.anrwatchdog:anrwatchdog:1.2.0")
'com.github.anrwatchdog:anrwatchdog:jar:1.2.0'
<dependency org="com.github.anrwatchdog" name="anrwatchdog" rev="1.2.0">
<artifact name="anrwatchdog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anrwatchdog', module='anrwatchdog', version='1.2.0')
)
libraryDependencies += "com.github.anrwatchdog" % "anrwatchdog" % "1.2.0"
[com.github.anrwatchdog/anrwatchdog "1.2.0"]