| Категории |
КатегорииSquare Прикладные библиотеки Financial |
|---|---|
| Группа | Группаcom.squareup.leakcanary |
| Идентификатор | Идентификаторplumber-android-core |
| Версия | Версия2.8 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| plumber-android-core-2.8.pom | |
| plumber-android-core-2.8-sources.jar | 12 KB |
| plumber-android-core-2.8-javadoc.jar | 238 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.leakcanary/plumber-android-core/ -->
<dependency>
<groupId>com.squareup.leakcanary</groupId>
<artifactId>plumber-android-core</artifactId>
<version>2.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.leakcanary/plumber-android-core/
implementation 'com.squareup.leakcanary:plumber-android-core:2.8'
// https://jarcasting.com/artifacts/com.squareup.leakcanary/plumber-android-core/
implementation ("com.squareup.leakcanary:plumber-android-core:2.8")
'com.squareup.leakcanary:plumber-android-core:aar:2.8'
<dependency org="com.squareup.leakcanary" name="plumber-android-core" rev="2.8">
<artifact name="plumber-android-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.leakcanary', module='plumber-android-core', version='2.8')
)
libraryDependencies += "com.squareup.leakcanary" % "plumber-android-core" % "2.8"
[com.squareup.leakcanary/plumber-android-core "2.8"]