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