License |
License |
---|---|
GroupId | GroupIdcom.facebook.flipper |
ArtifactId | ArtifactIdflipper-leakcanary-plugin |
Version | Version0.137.0 |
Type | Typeaar |
Description |
DescriptionFlipper LeakCanary Plugin
LeakCanary plugin for Flipper
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.facebook.flipper/flipper-leakcanary-plugin/ -->
<dependency>
<groupId>com.facebook.flipper</groupId>
<artifactId>flipper-leakcanary-plugin</artifactId>
<version>0.137.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.flipper/flipper-leakcanary-plugin/
implementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.137.0'
// https://jarcasting.com/artifacts/com.facebook.flipper/flipper-leakcanary-plugin/
implementation ("com.facebook.flipper:flipper-leakcanary-plugin:0.137.0")
'com.facebook.flipper:flipper-leakcanary-plugin:aar:0.137.0'
<dependency org="com.facebook.flipper" name="flipper-leakcanary-plugin" rev="0.137.0">
<artifact name="flipper-leakcanary-plugin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.flipper', module='flipper-leakcanary-plugin', version='0.137.0')
)
libraryDependencies += "com.facebook.flipper" % "flipper-leakcanary-plugin" % "0.137.0"
[com.facebook.flipper/flipper-leakcanary-plugin "0.137.0"]
Group / Artifact | Type | Version |
---|---|---|
com.facebook.flipper : flipper | jar | 0.137.0 |
com.squareup.leakcanary : leakcanary-android | jar | 1.6.3 |