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