GroupId | GroupIdcom.facebook.flipper |
---|---|
ArtifactId | ArtifactIdflipper-leakcanary-plugin |
Version | Version0.82.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.facebook.flipper/flipper-leakcanary-plugin/ -->
<dependency>
<groupId>com.facebook.flipper</groupId>
<artifactId>flipper-leakcanary-plugin</artifactId>
<version>0.82.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.flipper/flipper-leakcanary-plugin/
implementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.82.2'
// https://jarcasting.com/artifacts/com.facebook.flipper/flipper-leakcanary-plugin/
implementation ("com.facebook.flipper:flipper-leakcanary-plugin:0.82.2")
'com.facebook.flipper:flipper-leakcanary-plugin:aar:0.82.2'
<dependency org="com.facebook.flipper" name="flipper-leakcanary-plugin" rev="0.82.2">
<artifact name="flipper-leakcanary-plugin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.flipper', module='flipper-leakcanary-plugin', version='0.82.2')
)
libraryDependencies += "com.facebook.flipper" % "flipper-leakcanary-plugin" % "0.82.2"
[com.facebook.flipper/flipper-leakcanary-plugin "0.82.2"]