| Categories | CategoriesSquare Business Logic Libraries Financial | 
|---|---|
| GroupId | GroupIdcom.squareup.leakcanary | 
| ArtifactId | ArtifactIdleakcanary-object-watcher-android | 
| Version | Version2.0-beta-1 | 
| Type | Typeaar | 
<!-- https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher-android/ -->
<dependency>
    <groupId>com.squareup.leakcanary</groupId>
    <artifactId>leakcanary-object-watcher-android</artifactId>
    <version>2.0-beta-1</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher-android/
implementation 'com.squareup.leakcanary:leakcanary-object-watcher-android:2.0-beta-1'// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher-android/
implementation ("com.squareup.leakcanary:leakcanary-object-watcher-android:2.0-beta-1")'com.squareup.leakcanary:leakcanary-object-watcher-android:aar:2.0-beta-1'<dependency org="com.squareup.leakcanary" name="leakcanary-object-watcher-android" rev="2.0-beta-1">
  <artifact name="leakcanary-object-watcher-android" type="aar" />
</dependency>@Grapes(
@Grab(group='com.squareup.leakcanary', module='leakcanary-object-watcher-android', version='2.0-beta-1')
)libraryDependencies += "com.squareup.leakcanary" % "leakcanary-object-watcher-android" % "2.0-beta-1"[com.squareup.leakcanary/leakcanary-object-watcher-android "2.0-beta-1"]