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