Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.leakcanary |
ArtifactId | ArtifactIdleakcanary-object-watcher |
Version | Version2.6 |
Type | Typejar |
Filename | Size |
---|---|
leakcanary-object-watcher-2.6.pom | |
leakcanary-object-watcher-2.6.jar | 16 KB |
leakcanary-object-watcher-2.6-sources.jar | 6 KB |
leakcanary-object-watcher-2.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher/
implementation 'com.squareup.leakcanary:leakcanary-object-watcher:2.6'
// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-object-watcher/
implementation ("com.squareup.leakcanary:leakcanary-object-watcher:2.6")
'com.squareup.leakcanary:leakcanary-object-watcher:jar:2.6'
<dependency org="com.squareup.leakcanary" name="leakcanary-object-watcher" rev="2.6">
<artifact name="leakcanary-object-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.leakcanary', module='leakcanary-object-watcher', version='2.6')
)
libraryDependencies += "com.squareup.leakcanary" % "leakcanary-object-watcher" % "2.6"
[com.squareup.leakcanary/leakcanary-object-watcher "2.6"]