Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.leakcanary |
ArtifactId | ArtifactIdleakcanary-object-watcher |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
leakcanary-object-watcher-2.4.pom | |
leakcanary-object-watcher-2.4.jar | 15 KB |
leakcanary-object-watcher-2.4-sources.jar | 5 KB |
leakcanary-object-watcher-2.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher/ -->
<dependency>
<groupId>com.squareup.leakcanary</groupId>
<artifactId>leakcanary-object-watcher</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher/
implementation 'com.squareup.leakcanary:leakcanary-object-watcher:2.4'
// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher/
implementation ("com.squareup.leakcanary:leakcanary-object-watcher:2.4")
'com.squareup.leakcanary:leakcanary-object-watcher:jar:2.4'
<dependency org="com.squareup.leakcanary" name="leakcanary-object-watcher" rev="2.4">
<artifact name="leakcanary-object-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.leakcanary', module='leakcanary-object-watcher', version='2.4')
)
libraryDependencies += "com.squareup.leakcanary" % "leakcanary-object-watcher" % "2.4"
[com.squareup.leakcanary/leakcanary-object-watcher "2.4"]