| License |
License |
|---|---|
| Categories |
CategoriesSquare Business Logic Libraries Financial |
| GroupId | GroupIdcom.squareup.leakcanary |
| ArtifactId | ArtifactIdleakcanary-support-fragment |
| Version | Version1.6.3 |
| Type | Typeaar |
| Description |
DescriptionLeakCanary extension to watch Android support fragments
Leak Canary
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-support-fragment/ -->
<dependency>
<groupId>com.squareup.leakcanary</groupId>
<artifactId>leakcanary-support-fragment</artifactId>
<version>1.6.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-support-fragment/
implementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.3'
// https://jarcasting.com/artifacts/com.squareup.leakcanary/leakcanary-support-fragment/
implementation ("com.squareup.leakcanary:leakcanary-support-fragment:1.6.3")
'com.squareup.leakcanary:leakcanary-support-fragment:aar:1.6.3'
<dependency org="com.squareup.leakcanary" name="leakcanary-support-fragment" rev="1.6.3">
<artifact name="leakcanary-support-fragment" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.leakcanary', module='leakcanary-support-fragment', version='1.6.3')
)
libraryDependencies += "com.squareup.leakcanary" % "leakcanary-support-fragment" % "1.6.3"
[com.squareup.leakcanary/leakcanary-support-fragment "1.6.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.leakcanary : leakcanary-android | jar | 1.6.3 |
| com.android.support » support-fragment | jar | 26.0.0 |