Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.leakcanary |
ArtifactId | ArtifactIdplumber-android-core |
Version | Version2.9 |
Type | Typeaar |
Filename | Size |
---|---|
plumber-android-core-2.9.pom | |
plumber-android-core-2.9-sources.jar | 13 KB |
plumber-android-core-2.9-javadoc.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.leakcanary/plumber-android-core/ -->
<dependency>
<groupId>com.squareup.leakcanary</groupId>
<artifactId>plumber-android-core</artifactId>
<version>2.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.leakcanary/plumber-android-core/
implementation 'com.squareup.leakcanary:plumber-android-core:2.9'
// https://jarcasting.com/artifacts/com.squareup.leakcanary/plumber-android-core/
implementation ("com.squareup.leakcanary:plumber-android-core:2.9")
'com.squareup.leakcanary:plumber-android-core:aar:2.9'
<dependency org="com.squareup.leakcanary" name="plumber-android-core" rev="2.9">
<artifact name="plumber-android-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.leakcanary', module='plumber-android-core', version='2.9')
)
libraryDependencies += "com.squareup.leakcanary" % "plumber-android-core" % "2.9"
[com.squareup.leakcanary/plumber-android-core "2.9"]