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