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